mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
The switch for enabling/disabling extensions currently bases its state on the extension's ACTIVE state. This is problematic in the enabled-but-inactive case, because activating the switch tries to change the state from off to on, which leads to enabling an already enabled extension (an obvious no-op). The new `enabled` property allows us to do better, and use delayed state changes where the switch position represents the `enabled` state, and the trough color whether the extension is ACTIVE. https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/7004 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3073> |
||
|---|---|---|
| .. | ||
| misc | ||
| extensionManager.js | ||
| extensionRow.js | ||
| extensionsWindow.js | ||
| gnome-extensions-app.in | ||
| main.js | ||
| meson.build | ||
| org.gnome.Extensions.in | ||
| org.gnome.Extensions.src.gresource.xml.in | ||