mirror of
https://github.com/SpaceTimee/Sheas-Cealer.git
synced 2025-07-12 20:32:09 +08:00
1.1.4 -> 1.1.5 第16次更新
This commit is contained in:
parent
d748976aa9
commit
8a81ba59dc
@ -12,7 +12,7 @@ internal class AboutVersionButtonContentConv : IMultiValueConverter
|
||||
string versionButtonVersionContent = (string)values[1];
|
||||
bool isSheasCealerUtd = (bool)values[2];
|
||||
|
||||
return $"{versionButtonVersionContent} (alpha)" + (isSheasCealerUtd ? string.Empty : " *");
|
||||
return $"{versionButtonLabelContent} {versionButtonVersionContent}" + (isSheasCealerUtd ? string.Empty : " *");
|
||||
}
|
||||
|
||||
public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture) => throw new NotImplementedException();
|
||||
|
Loading…
Reference in New Issue
Block a user