diff options
| author | selsta <selsta@sent.at> | 2019-04-25 23:41:17 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2019-04-29 13:38:20 +0200 |
| commit | b2a7cb3d40f3712fd0583a2221dea3edacdd4928 (patch) | |
| tree | d8f4f8c0f74909f80b46f11ba14f3d97c7d135d7 /components/InputDialog.qml | |
| parent | ff6ce6294b561a6f15769a8e7a8270d57d02f8de (diff) | |
| download | monzero-gui-b2a7cb3d40f3712fd0583a2221dea3edacdd4928.tar.gz monzero-gui-b2a7cb3d40f3712fd0583a2221dea3edacdd4928.tar.xz monzero-gui-b2a7cb3d40f3712fd0583a2221dea3edacdd4928.zip | |
macOS: enable fullscreen support
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 = ""; |
