remove modsaber from options cs file

This commit is contained in:
Parapass 2020-03-14 10:43:16 -04:00 committed by GitHub
parent 800abf1663
commit 759888e53b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,6 @@ namespace ModAssistant.Pages
public bool SelectInstalledMods { get; set; }
public bool ModelSaberProtocolHandlerEnabled { get; set; }
public bool BeatSaverProtocolHandlerEnabled { get; set; }
public bool ModSaberProtocolHandlerEnabled { get; set; }
public string LogURL { get; private set; }
public Options()
@ -46,7 +45,6 @@ namespace ModAssistant.Pages
{
ModelSaberProtocolHandlerEnabled = OneClickInstaller.IsRegistered("modelsaber");
BeatSaverProtocolHandlerEnabled = OneClickInstaller.IsRegistered("beatsaver");
ModSaberProtocolHandlerEnabled = OneClickInstaller.IsRegistered("modsaber");
}
private void SelectDirButton_Click(object sender, RoutedEventArgs e)