Merge
This commit is contained in:
commit
f2bdb13d34
7 changed files with 48 additions and 39 deletions
|
@ -223,7 +223,7 @@ namespace WebsitePanel.Portal.ProviderControls
|
|||
wpiEditFeedsList.Value = settings["FeedUrls"];
|
||||
FilteredAppIds = settings["GalleryAppsFilter"];
|
||||
radioFilterAppsList.SelectedIndex = Utils.ParseInt(settings["GalleryAppsFilterMode"], 0);
|
||||
chkGalleryAppsAlwaysIgnoreDependencies.Checked = Utils.ParseBool(settings["GalleryAppsAlwaysIgnoreDependencies"], true);
|
||||
chkGalleryAppsAlwaysIgnoreDependencies.Checked = Utils.ParseBool(settings["GalleryAppsAlwaysIgnoreDependencies"], false);
|
||||
}
|
||||
|
||||
public void SaveSettings(StringDictionary settings)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue