mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-04 03:06:57 +00: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