splitted the code base into more components and implemented safety measures to Crypto.qml, also added missing themes and removed hardcoded values

This commit is contained in:
SomeElse
2026-05-17 01:17:01 +00:00
parent c8343398f9
commit 262fd8afa0
26 changed files with 344 additions and 295 deletions

View File

@@ -0,0 +1,7 @@
import QtQuick
import "../config" as Cfg
Timer {
id: timer
interval: Cfg.Config.popupAnimDuration + 70
}