We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e0288 commit 8e6ab58Copy full SHA for 8e6ab58
1 file changed
js/ui/screensaver/screenShield.js
@@ -223,7 +223,7 @@ var ScreenShield = GObject.registerClass({
223
224
let locked = newState === State.LOCKED || newState === State.UNLOCKING;
225
let wasLocked = oldState === State.LOCKED || oldState === State.UNLOCKING;
226
- if (locked !== wasLocked && !Metа.is_wayland_compositor()) {
+ if (locked !== wasLocked && !Meta.is_wayland_compositor()) {
227
global.settings.set_boolean('session-locked-state', locked);
228
}
229
0 commit comments