diff options
Diffstat (limited to 'config/quickshell/overview/shell.qml')
| -rw-r--r-- | config/quickshell/overview/shell.qml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/config/quickshell/overview/shell.qml b/config/quickshell/overview/shell.qml index 7fc9e0ee..e92b4eb7 100644 --- a/config/quickshell/overview/shell.qml +++ b/config/quickshell/overview/shell.qml @@ -1,6 +1,5 @@ //@ pragma UseQApplication //@ pragma Env QT_QUICK_CONTROLS_STYLE=Basic -//@ pragma Env QT_QPA_PLATFORMTHEME= import "./modules/overview/" import "./services/" @@ -13,13 +12,5 @@ import Quickshell import Quickshell.Hyprland ShellRoot { - Connections { - target: Quickshell - - function onReloadCompleted() { - Quickshell.inhibitReloadPopup(); - } - } - Overview {} } |
