mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Merge #33 with small fixes
This commit is contained in:
@@ -277,7 +277,6 @@ PanelWithOverlay {
|
||||
Component.onDestruction: {
|
||||
}
|
||||
onVisibleChanged: {
|
||||
if (visible) {
|
||||
}
|
||||
if (!visible) panelClosed();
|
||||
}
|
||||
}
|
||||
@@ -84,7 +84,7 @@ Item {
|
||||
|
||||
AudioDeviceSelector {
|
||||
id: ioSelector
|
||||
onClosed: ioSelector.dismiss()
|
||||
onPanelClosed: ioSelector.dismiss()
|
||||
}
|
||||
|
||||
property bool containsMouse: false
|
||||
|
||||
Reference in New Issue
Block a user