mirror of
https://github.com/monero-project/monero-gui
synced 2025-03-30 03:39:05 +02:00
main: set TERM="goaway"
This commit is contained in:
parent
ca8138bb46
commit
4f4e879f8d
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…
x
Reference in New Issue
Block a user