mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-05 10:29:30 +00:00
Merge pull request #1007
65a3474
change countdown to start connecting to local daemon from 5 to 10 seconds
This commit is contained in:
commit
850fc25b6d
1 changed files with 2 additions and 2 deletions
|
@ -39,13 +39,13 @@ Window {
|
||||||
id: root
|
id: root
|
||||||
modality: Qt.ApplicationModal
|
modality: Qt.ApplicationModal
|
||||||
flags: Qt.Window | Qt.FramelessWindowHint
|
flags: Qt.Window | Qt.FramelessWindowHint
|
||||||
property int countDown: 5;
|
property int countDown: 10;
|
||||||
signal rejected()
|
signal rejected()
|
||||||
signal started();
|
signal started();
|
||||||
|
|
||||||
function open() {
|
function open() {
|
||||||
show()
|
show()
|
||||||
countDown = 5;
|
countDown = 10;
|
||||||
timer.start();
|
timer.start();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue