Clocks

Results 360 comments of Clocks

@RyanTheAllmighty in regards to the "regression" here Should settings reset if not saved?

> > @RyanTheAllmighty in regards to the "regression" here > > Should settings reset if not saved? > > Ideally no, the UI should keep it's state, but I understand...

Closed in favor of #910

[This](https://github.com/ATLauncher/ATLauncher/blob/master/src/main/resources/assets/image/splash-screen.png) is the file. It is only 576x192px. @RyanTheAllmighty Can we swap these out with SVGs?

btw, this can be put as low priority

@XDream8 While I know you might be upset with me marking this as low priority, the reality is that unlike other development environments, ATLauncher is based on GUI toolkits nearly...

@XDream8 I do not think I mentioned this here, but currently Java itself does not even have wayland support in it's code base. So this will likely never occur till...

> A thought on this, instead of making `revision` null, we can make it a magic number, like `99`, that way we don't need to wait for people to update...

How are instances identified? This can be done via a program argument as so ``` atlauncher --instance="Instance" ```

> How are instances identified? > > This can be done via a program argument as so > > ``` > atlauncher --instance="Instance" > ``` @RyanTheAllmighty ?