Skip to content

Commit

Permalink
Merge pull request #84 from patriksvensson/feature/GH-83
Browse files Browse the repository at this point in the history
Make sure update settings are displayed
  • Loading branch information
patriksvensson authored Oct 27, 2018
2 parents 8ceaf9a + fda3cc8 commit 123787d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Jarvis/ViewModels/SettingsViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public SettingsViewModel(
_application = application;
_settings = settings;

if (application.IsRunningAsUwp())
if (!application.IsRunningAsUwp())
{
// Only show update settings if not running
// as an UWP application.
Expand Down

0 comments on commit 123787d

Please sign in to comment.