Passcode lock button added to DialogsWidget.

This commit is contained in:
John Preston
2016-11-04 22:50:35 +03:00
parent 3a599e0752
commit e693a98bd4
36 changed files with 812 additions and 777 deletions
+3 -1
View File
@@ -419,7 +419,9 @@ void ChatBackground::setThemeData(QImage &&themeImage, bool themeTile) {
void ChatBackground::start() {
if (_id == internal::kUninitializedBackground) {
setImage(kThemeBackground);
if (!Local::readBackground()) {
setImage(kThemeBackground);
}
}
}