mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 22:55:11 +00:00
Move to std::optional.
This commit is contained in:
@@ -1004,7 +1004,7 @@ void SilentToggle::mouseReleaseEvent(QMouseEvent *e) {
|
||||
Ui::Tooltip::Show(0, this);
|
||||
Auth().data().updateNotifySettings(
|
||||
_channel,
|
||||
base::none,
|
||||
std::nullopt,
|
||||
_checked);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user