Skip to content

Commit

Permalink
Use automatic decision based on program installation to know if the i…
Browse files Browse the repository at this point in the history
…nstaller is perUser or perMachine
  • Loading branch information
Maxhy committed May 13, 2024
1 parent a9a53b5 commit d3a8694
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions KeyManager/KMLeosacAppInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public KMLeosacAppInfo()
settingsWindow.DataContext = KMSettings.LoadFromFile(false);
settingsWindow.ShowDialog();
});
PerUserInstallation = null; // Automatic decision based on program installation
}

public override void InitializeMainWindow(MainWindowViewModel model)
Expand Down

0 comments on commit d3a8694

Please sign in to comment.