fixed Crypto.qml glitch and a bug in Volume.qml typing

This commit is contained in:
SomeElse
2026-05-23 07:45:22 +00:00
parent b80615e21d
commit 390525ac72
5 changed files with 336 additions and 7 deletions

View File

@@ -23,8 +23,6 @@ PanelWindow {
function _doOpen() { hideTimer.stop(); visible = true; popupOpen = true }
function open() {
if (popupCenterX < 0 && chipRoot)
popupCenterX = chipRoot.mapToItem(null, 0, 0).x + chipRoot.width / 2
_doOpen()
}
function close() { popupOpen = false; hideTimer.restart() }