Skip to content

Commit

Permalink
Revert Background supported format for region bg
Browse files Browse the repository at this point in the history
  • Loading branch information
neon-nyan committed Aug 25, 2024
1 parent 8cdb8fb commit b299794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CollapseLauncher/XAMLs/MainApp/Pages/HomePage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2152,7 +2152,7 @@ private async void StopGameButton_Click(object sender, RoutedEventArgs e)

private async void ChangeGameBGButton_Click(object sender, RoutedEventArgs e)
{
var file = await GetFilePicker(ImageLoaderHelper.SupportedStaticImageFormats);
var file = await GetFilePicker(ImageLoaderHelper.SupportedImageFormats);
if (string.IsNullOrEmpty(file)) return;

var currentMediaType = GetMediaType(file);
Expand Down

0 comments on commit b299794

Please sign in to comment.