mirror of
https://github.com/morgan9e/gnome-shell-extension-freon
synced 2026-04-14 00:14:14 +09:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@@ -183,7 +183,7 @@ const SensorsMenuButton = new Lang.Class({
|
||||
// separator
|
||||
section.addMenuItem(new PopupMenu.PopupSeparatorMenuItem());
|
||||
|
||||
let item = new PopupMenu.PopupMenuItem(_("Preferences\u2026"));
|
||||
let item = new PopupMenu.PopupMenuItem(_("Sensors Settings"));
|
||||
item.connect('activate', function () {
|
||||
if (_gsmPrefs.get_state() == _gsmPrefs.SHELL_APP_STATE_RUNNING){
|
||||
_gsmPrefs.activate();
|
||||
|
||||
Reference in New Issue
Block a user