Skip to content

Commit

Permalink
Merge pull request #10 from twisterarmy/theme-nin-by-default
Browse files Browse the repository at this point in the history
set nin theme by default
  • Loading branch information
D4708 committed May 2, 2021
2 parents 9bcf54f + fbc53ef commit 04eeb07
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 04eeb07

Please sign in to comment.