mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Merge pull request #1756 from bean-factory/patch-3
rename bar ipc functions to avoid conflict
This commit is contained in:
@@ -27,10 +27,10 @@ Item {
|
||||
function toggle() {
|
||||
BarService.isVisible = !BarService.isVisible;
|
||||
}
|
||||
function hide() {
|
||||
function hideBar() {
|
||||
BarService.isVisible = false;
|
||||
}
|
||||
function show() {
|
||||
function showBar() {
|
||||
BarService.isVisible = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user