2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-03 16:15:13 +00:00

Auto update and codes ("loadlang" etc) supported in the new Settings.

This commit is contained in:
John Preston
2016-08-27 11:52:05 -06:00
parent fdab386178
commit afab21372b
12 changed files with 318 additions and 17 deletions

View File

@@ -23,6 +23,7 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org
#include "styles/style_settings.h"
#include "lang.h"
#include "boxes/sessionsbox.h"
namespace Settings {
@@ -49,7 +50,7 @@ void PrivacyWidget::onEditPassword() {
}
void PrivacyWidget::onShowSessions() {
Ui::showLayer(new SessionsBox());
}
} // namespace Settings