mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-22 19:49:34 +00:00
revert 28fb9fa2be
Changing the application name caused wallets created prior to v0.12 to "forget" their config
This commit is contained in:
parent
06fdf27be2
commit
716366c54f
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -100,7 +100,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
MainApp app(argc, argv);
|
||||
|
||||
app.setApplicationName("monero-gui");
|
||||
app.setApplicationName("monero-core");
|
||||
app.setOrganizationDomain("getmonero.org");
|
||||
app.setOrganizationName("monero-project");
|
||||
|
||||
|
|
Loading…
Reference in a new issue