forked from Public/monero-gui
disable right panel by default, don't perform Twitter https call if panel is disabled
This commit is contained in:
2
main.qml
2
main.qml
@@ -43,7 +43,7 @@ ApplicationWindow {
|
||||
property var currentItem
|
||||
property bool whatIsEnable: false
|
||||
property bool ctrlPressed: false
|
||||
property bool rightPanelExpanded: true
|
||||
property bool rightPanelExpanded: false
|
||||
property bool osx: false
|
||||
property alias persistentSettings : persistentSettings
|
||||
property var wallet;
|
||||
|
||||
Reference in New Issue
Block a user