We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6acf0f9 + f17ba8e commit f18784fCopy full SHA for f18784f
src/TwitchStreamingTools/ViewModels/MainWindowViewModel.cs
@@ -52,6 +52,7 @@ public class MainWindowViewModel : ViewModelBase {
52
public MainWindowViewModel(IServiceProvider provider) {
53
_provider = provider;
54
OnToggleMenu = ReactiveCommand.Create(() => IsMenuOpen = !IsMenuOpen);
55
+ _isUpdating = Environment.GetCommandLineArgs().Contains("--update");
56
57
// Dynamically setup the pages
58
MenuItems = new ObservableCollection<MenuItem>();
0 commit comments