1
mirror of https://github.com/monero-project/monero-gui synced 2024-12-29 23:26:24 +01:00

main: set TERM="goaway"

This commit is contained in:
selsta 2019-09-15 20:43:52 +02:00
parent ca8138bb46
commit 4f4e879f8d
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E

View File

@ -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");