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.
1 parent 6acf0f9 commit f17ba8eCopy full SHA for f17ba8e
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