mirror of
https://github.com/x64dbg/x64dbg.git
synced 2024-11-26 22:30:22 +00:00
Window title obfuscation (#759)
This commit is contained in:
parent
96142cc532
commit
aa496d402a
@ -54,11 +54,7 @@ MainWindow::MainWindow(QWidget* parent)
|
||||
|
||||
this->showMaximized();
|
||||
|
||||
#ifdef _WIN64
|
||||
mWindowMainTitle = tr("x64dbg");
|
||||
#else
|
||||
mWindowMainTitle = tr("x32dbg");
|
||||
#endif
|
||||
mWindowMainTitle = QCoreApplication::applicationName();
|
||||
|
||||
// Set window title
|
||||
setWindowTitle(QString(mWindowMainTitle));
|
||||
|
Loading…
Reference in New Issue
Block a user