Skip to content

How to hide No changes loaded #417

@arLevi

Description

@arLevi

I am loading a jsdos game using the following code

const DOS = Dos(document.getElementById("jsdos"), {
        theme          : "dark",
        aspect         : '4/3',
        url            : "myagame.jsdos",
        key            : "",
        noCloud        : true,
        backend        : "",
        lang           : "en",
        background     : "mygame.png",
        noSideBar      : true,   
        noSocialLinks  : true, 
        noNotifications: true,
    });

and I'm receiving this msg on top of the game

Hello, guest!
No changes loaded <upload>

How can I remove all these msgs before clicking on "Play" ?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions