Tooltips: proper tooltip service

This commit is contained in:
ItsLemmy
2025-09-28 10:40:15 -04:00
parent 8dda007847
commit fc1742e167
15 changed files with 151 additions and 50 deletions
-5
View File
@@ -51,10 +51,6 @@ ShellRoot {
Bar {}
Dock {}
Tooltip {
id: globalTooltip
}
Notification {
id: notification
}
@@ -120,7 +116,6 @@ ShellRoot {
Component.onCompleted: {
// Save a ref. to our lockScreen so we can access it easily
PanelService.lockScreen = lockScreen
PanelService.tooltip = globalTooltip
BarWidgetRegistry.init()
}