mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
SettingsLayout: userInactivitySliderTimer is not defined
This commit is contained in:
parent
7d9a698732
commit
7ab8b4fac7
1 changed files with 0 additions and 8 deletions
|
@ -40,14 +40,6 @@ Rectangle {
|
||||||
height: 1400
|
height: 1400
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|
||||||
function onPageCompleted() {
|
|
||||||
userInactivitySliderTimer.running = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
function onPageClosed() {
|
|
||||||
userInactivitySliderTimer.running = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
id: settingsUI
|
id: settingsUI
|
||||||
property int itemHeight: 60
|
property int itemHeight: 60
|
||||||
|
|
Loading…
Reference in a new issue