Skip to content

Commit

Permalink
Fix settings not displaying properly (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
kantlivelong committed Apr 27, 2020
1 parent ab160cb commit ef8a725
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ $(function() {
settings = self.global_settings.settings.plugins.gcodesystemcommands;
self.command_definitions(settings.command_definitions.slice(0));
});
self.global_settings.settings.plugins.gcodesystemcommands.command_definitions.valueHasMutated();
};

self.onSettingsBeforeSave = function () {
Expand Down

0 comments on commit ef8a725

Please # to comment.