Skip to content

Commit

Permalink
Remove confusing and unsed save/load button in settings panel. #54 #52
Browse files Browse the repository at this point in the history
  • Loading branch information
pissang committed Feb 23, 2018
1 parent 8308bb0 commit 464d780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var materialConfig = getDefaultMaterialConfig();
var viewer;

var controlKit = new ControlKit({
loadAndSave: true,
loadAndSave: false,
useExternalStyle: true
});

Expand Down

0 comments on commit 464d780

Please sign in to comment.