Skip to content

Commit

Permalink
Fixed icon for enamled/disabled terminal animations not showing properly
Browse files Browse the repository at this point in the history
  • Loading branch information
atteggiani committed Oct 4, 2023
1 parent b8db40e commit 161a0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/js/miscellaneous.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function toggleTerminalAnimations() {
if (document.querySelector('terminal-window')) {

function getState() {
return localStorage.getItem('ACCESS-Hive-animated-terminal_state');
return localStorage.getItem('ACCESS-Hive-animated-terminal_state') || 'active';
}

function setState(state) {
Expand Down

0 comments on commit 161a0cb

Please sign in to comment.