mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 17:15:16 +00:00
Make native notifications setting tri-state
This commit is contained in:
@@ -35,6 +35,10 @@ bool Enforced() {
|
||||
return IsWayland();
|
||||
}
|
||||
|
||||
bool ByDefault() {
|
||||
return false;
|
||||
}
|
||||
|
||||
void Create(Window::Notifications::System *system) {
|
||||
if (Enforced()) {
|
||||
using DummyManager = Window::Notifications::DummyManager;
|
||||
|
Reference in New Issue
Block a user