caiiiycuk / js-dos

The best API for running dos programs in browser

Home Page:https://js-dos.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Show "Save" button on to left side when sidebar disabled

shaylevary opened this issue · comments

Hi,

When I disabled the sidebar, the left "save" button (disk icon) disappear also.
It would be great if you could please add an option to set from the script to show the save button on the left side or not.

example:
Dos(document.getElementById("jsdos"), {
displaysavebutton: true,

BTW - If there is an option to trigger auto-save every time a data is saved to memory, or every X seconds, it will be great.