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:
7
components/PopupHideTimer.qml
Normal file
7
components/PopupHideTimer.qml
Normal file
@@ -0,0 +1,7 @@
|
||||
import QtQuick
|
||||
import "../config" as Cfg
|
||||
|
||||
Timer {
|
||||
id: timer
|
||||
interval: Cfg.Config.popupAnimDuration + 70
|
||||
}
|
||||
Reference in New Issue
Block a user