mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-17 02:27:25 -04:00
StandardDropdown: drop Qt 5.8 workaround
This commit is contained in:
@@ -231,9 +231,6 @@ Rectangle {
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
logLevelDropdown.currentIndex = appWindow.persistentSettings.logLevel;
|
||||
logLevelDropdown.update();
|
||||
|
||||
if(typeof daemonManager != "undefined")
|
||||
daemonManager.daemonConsoleUpdated.connect(onDaemonConsoleUpdated)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user