mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 03:12:05 +02:00
Merge pull request #2116
7ab8b4f
SettingsLayout: userInactivitySliderTimer is not defined (selsta)
This commit is contained in:
commit
dff0a07a8a
@ -40,14 +40,6 @@ Rectangle {
|
||||
height: 1400
|
||||
Layout.fillWidth: true
|
||||
|
||||
function onPageCompleted() {
|
||||
userInactivitySliderTimer.running = true;
|
||||
}
|
||||
|
||||
function onPageClosed() {
|
||||
userInactivitySliderTimer.running = false;
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
id: settingsUI
|
||||
property int itemHeight: 60
|
||||
|
Loading…
Reference in New Issue
Block a user