Skip to content

Commit

Permalink
Add icon-static capability, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweets committed Nov 7, 2021
1 parent ea820d0 commit cdfdec2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dbus.vala
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ public class NotificationDaemon : Object {
throws DBusError, IOError {
name = "tiramisu";
vendor = "Sweets";
version = "1.2";
version = "2.0";
spec_version = "1.2";
}

[DBus (name = "GetCapabilities")]
public string[] get_capabilities() throws DBusError, IOError {
return {"body", "actions"};
return {"body", "actions", "icon-static"};
}

[DBus (name = "Notify")]
Expand Down

0 comments on commit cdfdec2

Please sign in to comment.