mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-17 22:36:58 +00:00
Minor Adjustments
This commit is contained in:
parent
8b74344f62
commit
0bb85249a8
2 changed files with 21 additions and 21 deletions
|
|
@ -2059,7 +2059,7 @@ namespace Ryujinx.Ava.UI.ViewModels
|
|||
{
|
||||
StatusBarProgressStatusText =
|
||||
LocaleManager.Instance.UpdateAndGetDynamicValue(LocaleKeys.StatusBarXCIFileTrimming,
|
||||
Path.GetFileName(filename));
|
||||
Path.GetFileNameWithoutExtension(filename));
|
||||
StatusBarProgressStatusVisible = true;
|
||||
StatusBarProgressMaximum = 1;
|
||||
StatusBarProgressValue = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue