Skip to content

Commit 46b99b6

Browse files
committed
ФИКС ТВОЕГО ТУПОГО КАМИТА КОТОРЫЙ СБОХ ИЗ ЗА МЕРГА С ТВОИМ СИГМА ТРОЛЬ ФЕЙС СИГМА ФЕЙС
1 parent 646ef69 commit 46b99b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SS14.Launcher/ViewModels/MainWindowViewModel.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ public sealed class MainWindowViewModel : ViewModelBase, IErrorOverlayOwner
5050
[Reactive] public bool LauncherUpdateInProgress { get; private set; }
5151
[Reactive] public string LauncherUpdateVersionText { get; private set; } = "";
5252
[Reactive] public string LauncherUpdateVersionLine { get; private set; } = "";
53+
[Reactive] public string LauncherUpdateChannelText { get; private set; } = "";
54+
[Reactive] public string LauncherUpdateChannelBadgeBackground { get; private set; } = "#2A5FA8";
55+
[Reactive] public string LauncherUpdateChannelBadgeForeground { get; private set; } = "#FFFFFF";
5356
[Reactive] public string LauncherUpdateNotes { get; private set; } = "";
5457
[Reactive] public bool LauncherUpdateInstallSupported { get; private set; } = true;
5558
[Reactive] public string? LauncherUpdateError { get; private set; }

0 commit comments

Comments
 (0)