diff options
| author | marcin <z.krzysztoff7@gmail.com> | 2014-08-19 14:58:02 +0200 |
|---|---|---|
| committer | marcin <z.krzysztoff7@gmail.com> | 2014-08-19 14:58:02 +0200 |
| commit | 17e18a3351aad2516e2dd11625f87ed8026d0b7b (patch) | |
| tree | bafa7f5d61e89418150094d61f2acd3fb583b2ce /components | |
| parent | 6800bb67d72e0923502ea90e0a8d548e0ba5ee70 (diff) | |
| download | monzero-gui-17e18a3351aad2516e2dd11625f87ed8026d0b7b.tar.gz monzero-gui-17e18a3351aad2516e2dd11625f87ed8026d0b7b.tar.xz monzero-gui-17e18a3351aad2516e2dd11625f87ed8026d0b7b.zip | |
wizard v0.1
Diffstat (limited to 'components')
| -rw-r--r-- | components/TitleBar.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/TitleBar.qml b/components/TitleBar.qml index 535a4113..3cd0d8ed 100644 --- a/components/TitleBar.qml +++ b/components/TitleBar.qml @@ -10,6 +10,7 @@ Rectangle { property string walletName: "Donations" property bool containsMouse: false property alias maximizeButtonVisible: maximizeButton.visible + property alias basicButtonVisible: goToBasicVersionButton.visible signal goToBasicVersion(bool yes) Text { |
