Skip to content

Commit

Permalink
Application: don't use gtk_use_portal (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Feb 6, 2025
1 parent 054ab20 commit f91e555
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ namespace Switchboard {
application_id = "io.elementary.settings";
flags |= ApplicationFlags.HANDLES_OPEN;

Environment.set_variable ("GTK_USE_PORTAL", "1", true);
GLib.Intl.setlocale (LocaleCategory.ALL, "");
GLib.Intl.bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
GLib.Intl.bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
Expand Down

0 comments on commit f91e555

Please sign in to comment.