2
0
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:
John Preston
2016-11-07 18:24:28 +03:00
parent dd9bd43331
commit fac8e48381
34 changed files with 251 additions and 227 deletions

View File

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