Skip to content

Commit

Permalink
Merge pull request #32 from ThinLiquid:main
Browse files Browse the repository at this point in the history
🥚 joke: immortal theme but better
  • Loading branch information
ThinLiquid authored Jul 20, 2023
2 parents 78cfdce + b172577 commit e4d5ca7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions FlowOS/public/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ import './stmp/stomp.js';

const logger = new Logger();

window.immortalize = async () => {
console.log('Loading 3MB Tailwind Package...');
await sleep(500);
console.log('Immortalizing OS...');
await sleep(200);
console.log('Rebooting...');
config.settings.set('theme', '/builtin/themes/immortal.css');
window.location.reload();
};

class FlowInstance {
version = 'v1.0.1';
init = false;
Expand Down

0 comments on commit e4d5ca7

Please sign in to comment.