Closed NXXR closed 3 years ago
The callback CosmoScout.callbacks.core.load only loads changed plugins, but not changed bookmarks etc.
CosmoScout.callbacks.core.load
Steps to reproduce the behavior:
CosmoScout.callbacks.core.load("settings.json")
settings.json
Loading a new settings file should also check and import defined bookmarks, not just check for changed plugins.
@Schneegans @JonasGilg
Issue found, error was within my plugin. Bookmarks are reloaded at the very beginning of the deferred loading process.
Describe the Bug
The callback
CosmoScout.callbacks.core.load
only loads changed plugins, but not changed bookmarks etc.Steps to reproduce the behavior:
CosmoScout.callbacks.core.load("settings.json")
with asettings.json
file with different/additional bookmarksExpected Behavior
Loading a new settings file should also check and import defined bookmarks, not just check for changed plugins.
System