mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-08 20:09:48 +00:00
main: set TERM="goaway"
This commit is contained in:
parent
ca8138bb46
commit
4f4e879f8d
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