Skip to content

Commit a3e59f5

Browse files
authored
Use correct sound theme (#264)
1 parent d9a0ec9 commit a3e59f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/CanberraGtk4.vala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ namespace CanberraGtk4 {
1919
return null;
2020
}
2121

22+
proplist.sets (Canberra.PROP_CANBERRA_XDG_THEME_NAME, Gtk.Settings.get_default ().gtk_sound_theme_name);
23+
2224
unowned var name = GLib.Environment.get_application_name ();
2325
if (name != null) {
2426
proplist.sets (Canberra.PROP_APPLICATION_NAME, name);

0 commit comments

Comments
 (0)