mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Tooltips: proper tooltip service
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user