mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 15:05:56 +00:00
Default background changed to green, "video file" -> "video" in lang.
This commit is contained in:
@@ -159,8 +159,8 @@ void MainWindow::onStateChanged(Qt::WindowState state) {
|
||||
savePosition(state);
|
||||
}
|
||||
|
||||
void MainWindow::init() {
|
||||
Platform::MainWindow::init();
|
||||
void MainWindow::initHook() {
|
||||
Platform::MainWindow::initHook();
|
||||
|
||||
setWindowIcon(wndIcon);
|
||||
|
||||
@@ -198,6 +198,7 @@ void MainWindow::firstShow() {
|
||||
trayIconMenu->addAction(lang(lng_quit_from_tray), this, SLOT(quitFromTray()))->setEnabled(true);
|
||||
}
|
||||
psUpdateWorkmode();
|
||||
|
||||
psFirstShow();
|
||||
updateTrayMenu();
|
||||
|
||||
|
Reference in New Issue
Block a user