mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
shell: Remove nonexistent tabbar property in Panel
tabbar doesn't seem to exist, so it causes errors in the console. Removing setting this nonexistent property.
This commit is contained in:
parent
65f09fa012
commit
bd895574ff
2 changed files with 0 additions and 11 deletions
|
|
@ -32,14 +32,6 @@ ContainmentItem {
|
||||||
setWindowProperties()
|
setWindowProperties()
|
||||||
}
|
}
|
||||||
|
|
||||||
// filled in by the shell (Panel.qml)
|
|
||||||
property var tabBar: null
|
|
||||||
onTabBarChanged: {
|
|
||||||
if (tabBar) {
|
|
||||||
tabBar.visible = false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
MobileShell.HapticsEffect {
|
MobileShell.HapticsEffect {
|
||||||
id: haptics
|
id: haptics
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -30,9 +30,6 @@ Item {
|
||||||
if (containment.panel !== undefined) {
|
if (containment.panel !== undefined) {
|
||||||
containment.panel = panel;
|
containment.panel = panel;
|
||||||
}
|
}
|
||||||
if (containment.tabBar !== undefined) {
|
|
||||||
containment.tabBar = tabBar;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue