diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-04-30 15:22:41 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-04-30 15:22:41 -0500 |
| commit | 7daff4c13a7a4b5bc7793169a291f7403bfc658f (patch) | |
| tree | a52c00bc7da02a64b7d37cb7e7248ef2d31424a2 /components/InputDialog.qml | |
| parent | 6b54017f08cdd1939447cc60000dc004fb391fe0 (diff) | |
| parent | b2a7cb3d40f3712fd0583a2221dea3edacdd4928 (diff) | |
| download | monzero-gui-7daff4c13a7a4b5bc7793169a291f7403bfc658f.tar.gz monzero-gui-7daff4c13a7a4b5bc7793169a291f7403bfc658f.tar.xz monzero-gui-7daff4c13a7a4b5bc7793169a291f7403bfc658f.zip | |
Merge pull request #2117
b2a7cb3 macOS: enable fullscreen support (selsta)
Diffstat (limited to 'components/InputDialog.qml')
| -rw-r--r-- | components/InputDialog.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/InputDialog.qml b/components/InputDialog.qml index 6401b0ce..01d1e2c5 100644 --- a/components/InputDialog.qml +++ b/components/InputDialog.qml @@ -50,7 +50,6 @@ Item { leftPanel.enabled = false middlePanel.enabled = false titleBar.state = "essentials" - show() root.visible = true; input.focus = true; input.text = ""; |
