finish volume icon

This commit is contained in:
Sem
2026-05-31 21:43:28 +02:00
parent 8dd32e2632
commit f59959c871
4 changed files with 51 additions and 49 deletions

View File

@@ -50,15 +50,6 @@ Text {
onClicked: {
bluemanManagerProcess.running = true;
popupWindow.visible = true;
}
}
PopupWindow {
id: popupWindow
visible: false
implicitWidth: 200
implicitHeight: 100
anchor.window: parentWindow
}
}