update version

This commit is contained in:
Mikhail Tyukin
2025-07-03 18:15:59 +04:00
parent 39ad16a2dd
commit b6ac385149
3 changed files with 11 additions and 11 deletions

View File

@@ -190,7 +190,7 @@ public partial class MainView : UserControl
// Start async operation to open the dialog.
var files = await topLevel.StorageProvider.OpenFolderPickerAsync(new FolderPickerOpenOptions
{
Title = "Select game path (with game executable)",
Title = "Select game path, with launcher and game folder",
AllowMultiple = false
});