fix SHELL_KEYBINDINGS_SCHEMA import

This commit is contained in:
Philipp Unger
2023-08-20 02:57:57 +02:00
parent d4a2eb219f
commit fe83d4d36a
2 changed files with 4 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ import * as PanelMenu from 'resource:///org/gnome/shell/ui/panelMenu.js';
import * as Layout from 'resource:///org/gnome/shell/ui/layout.js';
import * as WM from 'resource:///org/gnome/shell/ui/windowManager.js';
import {SETTINGS} from './extension.js';
import { SecondaryMonitorDisplay, WorkspacesView } from 'resource:///org/gnome/shell/ui/workspacesView.js';
import {SecondaryMonitorDisplay, WorkspacesView} from 'resource:///org/gnome/shell/ui/workspacesView.js';
const Gi = imports._gi;