mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 09:05:14 +00:00
silent broadcast done
This commit is contained in:
@@ -245,7 +245,7 @@ void ProfileInner::onSearchInPeer() {
|
||||
}
|
||||
|
||||
void ProfileInner::onEnableNotifications() {
|
||||
App::main()->updateNotifySetting(_peer, _enableNotifications.checked());
|
||||
App::main()->updateNotifySetting(_peer, _enableNotifications.checked() ? NotifySettingSetNotify : NotifySettingSetMuted);
|
||||
}
|
||||
|
||||
void ProfileInner::saveError(const QString &str) {
|
||||
|
Reference in New Issue
Block a user