mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 19:32:03 +02:00
SettingsLayout: userInactivitySliderTimer is not defined
This commit is contained in:
parent
7d9a698732
commit
7ab8b4fac7
@ -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 New Issue
Block a user