mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-05 11:24:21 +00:00
Passcode lock button added to DialogsWidget.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user