1
mirror of https://github.com/monero-project/monero-gui synced 2024-11-28 09:31:37 +01:00

Merge pull request #2116

7ab8b4f SettingsLayout: userInactivitySliderTimer is not defined (selsta)
This commit is contained in:
luigi1111 2019-04-28 21:58:45 -05:00
commit dff0a07a8a
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -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