Skip to content

Commit f91e555

Browse files
authored
Application: don't use gtk_use_portal (#339)
1 parent 054ab20 commit f91e555

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Application.vala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ namespace Switchboard {
3535
application_id = "io.elementary.settings";
3636
flags |= ApplicationFlags.HANDLES_OPEN;
3737

38-
Environment.set_variable ("GTK_USE_PORTAL", "1", true);
3938
GLib.Intl.setlocale (LocaleCategory.ALL, "");
4039
GLib.Intl.bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
4140
GLib.Intl.bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");

0 commit comments

Comments
 (0)