Skip to content

Commit e4e8410

Browse files
committed
Use correct sound theme
1 parent d9a0ec9 commit e4e8410

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)