mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 17:47:25 -04:00
SettingsLayout: userInactivitySliderTimer is not defined
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user