Tooltip: Refactoring in a single global tooltip.

This commit is contained in:
ItsLemmy
2025-09-27 21:12:39 -04:00
parent 92460fc5c3
commit 0593543d7a
30 changed files with 532 additions and 382 deletions
+6
View File
@@ -39,6 +39,7 @@ import qs.Modules.Notification
import qs.Modules.OSD
import qs.Modules.Settings
import qs.Modules.Toast
import qs.Modules.Tooltip
import qs.Modules.Wallpaper
ShellRoot {
@@ -50,6 +51,10 @@ ShellRoot {
Bar {}
Dock {}
Tooltip {
id: globalTooltip
}
Notification {
id: notification
}
@@ -115,6 +120,7 @@ ShellRoot {
Component.onCompleted: {
// Save a ref. to our lockScreen so we can access it easily
PanelService.lockScreen = lockScreen
PanelService.tooltip = globalTooltip
BarWidgetRegistry.init()
}