mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Use black icon for support mode (support).
This commit is contained in:
@@ -19,8 +19,7 @@ PreLaunchWindow *PreLaunchWindowInstance = nullptr;
|
||||
PreLaunchWindow::PreLaunchWindow(QString title) {
|
||||
Fonts::Start();
|
||||
|
||||
auto icon = Window::CreateIcon();
|
||||
setWindowIcon(icon);
|
||||
setWindowIcon(Window::CreateIcon());
|
||||
setWindowFlags(Qt::Dialog | Qt::CustomizeWindowHint | Qt::WindowTitleHint | Qt::WindowCloseButtonHint);
|
||||
|
||||
setWindowTitle(title.isEmpty() ? qsl("Telegram") : title);
|
||||
|
Reference in New Issue
Block a user