Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix settings not displaying properly (#16)
Browse files Browse the repository at this point in the history
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
@@ -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 () {

0 comments on commit ef8a725

Please sign in to comment.