mirror of
https://github.com/zoriya/flake.git
synced 2025-12-05 22:26:21 +00:00
17 lines
189 B
QML
17 lines
189 B
QML
import Quickshell
|
|
import QtQuick
|
|
import qs.widgets
|
|
|
|
|
|
ShellRoot {
|
|
Bar {}
|
|
|
|
Connections {
|
|
function onReloadCompleted() {
|
|
Quickshell.inhibitReloadPopup();
|
|
}
|
|
|
|
target: Quickshell
|
|
}
|
|
}
|