2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-02 15:35:51 +00:00

First version on loading themes is ready.

This commit is contained in:
John Preston
2016-10-28 15:44:28 +03:00
parent b2414939c9
commit dbb6371e67
89 changed files with 4686 additions and 795 deletions

View File

@@ -73,9 +73,7 @@ void IntroWidget::langChangeTo(int32 langId) {
void IntroWidget::onChangeLang() {
cSetLang(_langChangeTo);
Local::writeSettings();
cSetRestarting(true);
cSetRestartingToSettings(false);
App::quit();
App::restart();
}
void IntroWidget::onParentResize(const QSize &newSize) {