mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-12 05:05:26 +02:00
misc: Move StatusBarSeparator into Controls namespace, rename to MiniVerticalSeparator
add bulk property change event method give each markup extension its own property name
This commit is contained in:
@@ -109,7 +109,7 @@ namespace Ryujinx.Ava.Common.Locale
|
||||
{
|
||||
_dynamicValues[key] = values;
|
||||
|
||||
OnPropertyChanged("Item");
|
||||
OnPropertyChanged("Translation");
|
||||
|
||||
return this[key];
|
||||
}
|
||||
@@ -138,7 +138,7 @@ namespace Ryujinx.Ava.Common.Locale
|
||||
_localeStrings[key] = val;
|
||||
}
|
||||
|
||||
OnPropertyChanged("Item");
|
||||
OnPropertyChanged("Translation");
|
||||
|
||||
LocaleChanged?.Invoke();
|
||||
}
|
||||
|
Reference in New Issue
Block a user