mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-22 19:49:34 +00:00
commit
2b82a472ae
1 changed files with 3 additions and 0 deletions
3
main.cpp
3
main.cpp
|
@ -125,6 +125,9 @@ int main(int argc, char *argv[])
|
|||
// qDebug() << "High DPI auto scaling - enabled";
|
||||
//#endif
|
||||
|
||||
// Turn off colors in monerod log output.
|
||||
qputenv("TERM", "goaway");
|
||||
|
||||
MainApp app(argc, argv);
|
||||
|
||||
app.setApplicationName("monero-core");
|
||||
|
|
Loading…
Reference in a new issue