add reload popup

This commit is contained in:
end-4
2025-04-14 12:19:02 +02:00
parent 9f0deefec4
commit ab04d1e10d
2 changed files with 147 additions and 1 deletions
+5 -1
View File
@@ -1,8 +1,8 @@
//@ pragma UseQApplication
import "./modules/bar/"
import "./modules/sidebarRight/"
import "./modules/screenCorners/"
import "./modules/sidebarRight/"
import QtQuick
import QtQuick.Controls
import QtQuick.Layouts
@@ -18,4 +18,8 @@ ShellRoot {
ScreenCorners {
}
ReloadPopup {
}
}