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 e78338f commit 1578818Copy full SHA for 1578818
src/Preferences.vala
@@ -171,6 +171,9 @@ namespace jorts {
171
/*************************************************/
172
173
174
+ string link = Granite.SettingsUri.PERMISSIONS ;
175
+ string linkname = _("Permissions") ;
176
+
177
string desktop_environment = Environment.get_variable ("XDG_CURRENT_DESKTOP");
178
print(desktop_environment + " detected!");
179
0 commit comments