Merge
This commit is contained in:
commit
188ed4fd99
2 changed files with 2 additions and 2 deletions
|
@ -134,7 +134,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"], false);
|
||||
chkGalleryAppsAlwaysIgnoreDependencies.Checked = Utils.ParseBool(settings["GalleryAppsAlwaysIgnoreDependencies"], true);
|
||||
}
|
||||
|
||||
public void SaveSettings(StringDictionary settings)
|
||||
|
|
|
@ -204,7 +204,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"], false);
|
||||
chkGalleryAppsAlwaysIgnoreDependencies.Checked = Utils.ParseBool(settings["GalleryAppsAlwaysIgnoreDependencies"], true);
|
||||
}
|
||||
|
||||
public void SaveSettings(StringDictionary settings)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue