We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 054ab20 commit f91e555Copy full SHA for f91e555
src/Application.vala
@@ -35,7 +35,6 @@ namespace Switchboard {
35
application_id = "io.elementary.settings";
36
flags |= ApplicationFlags.HANDLES_OPEN;
37
38
- Environment.set_variable ("GTK_USE_PORTAL", "1", true);
39
GLib.Intl.setlocale (LocaleCategory.ALL, "");
40
GLib.Intl.bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
41
GLib.Intl.bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
0 commit comments