-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement broader Raven DND support and tweak Clear Notifications.
Implements a dnd_enabled state in RavenIFace, as well as appropriate functionality for setting, fetching, and being updated on DND state changes. This is utilized by our Notifications / Raven Applet, which will now update the icon based on the DND state (defaults to not being in DND mode). Additionally, tweaked the icon for enabling / disabling DND to being notification-alert-symbolic, to be consistent with the applet, and disabled being notification-disabled-symbolic. This commit also tweaks the behavior of showing the Clear Notifications button, which will now only show if there are actual notifications to clear. Added a .vscode workspace configuration to enforce spaces for Vala.
- Loading branch information
1 parent
260a26f
commit dc8d1f2
Showing
4 changed files
with
80 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"editor.detectIndentation": true, | ||
"[vala]": { | ||
"editor.insertSpaces": true, | ||
"editor.tabSize": 4 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters