Skip to content

Commit

Permalink
set nin theme by default
Browse files Browse the repository at this point in the history
  • Loading branch information
d47081 committed May 1, 2021
1 parent 6f6bac4 commit fbc53ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function twisterOptions() {
});
this.add({
name: 'theme',
valDefault: 'original',
valDefault: 'nin',
tickMethod: function () {location.reload();},
tickNotOnInit: 1
});
Expand Down

0 comments on commit fbc53ef

Please sign in to comment.