mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Add session->appConfig() shortcut.
This commit is contained in:
@@ -375,7 +375,7 @@ void SetupSections(
|
||||
} else {
|
||||
const auto enabled = [=] {
|
||||
const auto result = account->appConfig().get<bool>(
|
||||
"dialog_filters_enabled",
|
||||
u"dialog_filters_enabled"_q,
|
||||
false);
|
||||
if (result) {
|
||||
preload();
|
||||
|
Reference in New Issue
Block a user