mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-16 09:17:36 +00:00
Merge pull request 'File->Open is causing problems, debug after alpha release' (#4) from dsc/feather:disable-file-open-wallet into master
Reviewed-on: https://git.wownero.com/feather/feather/pulls/4
This commit is contained in:
commit
1981c8b4d0
1 changed files with 3 additions and 0 deletions
|
@ -376,6 +376,9 @@
|
|||
<addaction name="menuHelp"/>
|
||||
</widget>
|
||||
<action name="actionOpen">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Open wallet</string>
|
||||
</property>
|
||||
|
|
Loading…
Reference in a new issue