mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-26 14:32:52 -05:00
initial structure refactor
This commit is contained in:
10
shell.qml
10
shell.qml
@@ -1,10 +1,10 @@
|
||||
//@ pragma UseQApplication
|
||||
|
||||
import Quickshell
|
||||
import qs.Widgets
|
||||
import qs.Widgets.CenterCommandCenter
|
||||
import qs.Widgets.ControlCenter
|
||||
import qs.Widgets.TopBar
|
||||
import qs.Modules
|
||||
import qs.Modules.CenterCommandCenter
|
||||
import qs.Modules.ControlCenter
|
||||
import qs.Modules.TopBar
|
||||
|
||||
ShellRoot {
|
||||
id: root
|
||||
@@ -85,7 +85,7 @@ ShellRoot {
|
||||
id: clipboardHistoryPopup
|
||||
}
|
||||
|
||||
ToastWidget {
|
||||
Toast {
|
||||
id: toastWidget
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user