Merge branch 'feat/add-more-themes' of https://github.com/Flow-Works/FlowOS into feat/add-more-themes

This commit is contained in:
ThinLiquid 2024-01-26 09:27:32 +00:00
commit 876793c520
No known key found for this signature in database
GPG key ID: 17538DC3DF6A7387

View file

@ -122,6 +122,7 @@ try {
writeln('An error occured while booting FlowOS.') writeln('An error occured while booting FlowOS.')
writeln('Please report this error to Flow Works.') writeln('Please report this error to Flow Works.')
writeln() writeln()
terminal.html(terminal.getHtml() + '<a onclick="indexedDB.deleteDatabase('virtualfs')">Clear Virual FileSystem?</a>\n')
console.error(e.stack) console.error(e.stack)
writeln() writeln()
terminal.html(terminal.getHTML() + '<a href="#" onclick="indexedDB.deleteDatabase(`virtualfs`);window.location.reload()">Would you like to reset the VirtualFS?</a>') terminal.html(terminal.getHTML() + '<a href="#" onclick="indexedDB.deleteDatabase(`virtualfs`);window.location.reload()">Would you like to reset the VirtualFS?</a>')