Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 6f7fbdd

Browse files
authored
Volumeをつけ忘れていたいるかのみすを自分で修正
1 parent 6800ee1 commit 6f7fbdd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

FileExplorerControl.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,7 @@ private async void FileList_MouseDoubleClick(object sender, MouseButtonEventArgs
607607
var audioMedia = new MediaElement
608608
{
609609
Source = new Uri(fullPath),
610+
Volume = FileExplorerSettings.Default.PreviewVolume,
610611
LoadedBehavior = MediaState.Manual,
611612
UnloadedBehavior = MediaState.Manual
612613
};

0 commit comments

Comments
 (0)