Skip to content

Commit

Permalink
Merge branch 'main' into jeremypw/fix-scroll-afterpermanentdelete
Browse files Browse the repository at this point in the history
  • Loading branch information
stsdc authored Nov 29, 2024
2 parents b138984 + 0ebb95a commit e02ac5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libcore/SoundManager.vala
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ namespace PF {
if (ca_context != null) {
ca_context.change_props (Canberra.PROP_APPLICATION_NAME, _(PF.Sound.APP_TITLE),
Canberra.PROP_APPLICATION_ID, PF.Sound.APP_ID,
Canberra.PROP_CANBERRA_XDG_THEME_NAME, PF.Sound.THEME,
Canberra.PROP_APPLICATION_ICON_NAME, PF.Sound.APP_LOGO);
ca_context.open ();
}
Expand All @@ -72,7 +73,7 @@ namespace PF {
const string APP_TITLE = "Files";
const string APP_ID = "io.elementary.files";
const string APP_LOGO = "system-file-manager";
public const string THEME = "freedesktop";
public const string THEME = "elementary";
public const string DELETE = "trash-empty";
public const string EMPTY_TRASH = "trash-empty";
}
Expand Down

0 comments on commit e02ac5f

Please sign in to comment.