Fixed app callback events

This commit is contained in:
Willem Cazander 2022-10-10 00:12:52 +02:00
parent 9fda57b191
commit 76f3da5da7
4 changed files with 14 additions and 0 deletions

View file

@ -42,6 +42,11 @@ public class TosAmpDeskApp extends AbstractDeskApp implements DeskAppRenderer {
return bundle.getString(TosAmpDeskApp.class.getSimpleName()+"."+key);
}
@Override
public void exit() {
music.stop();
}
public void create() {
getContours().setTitle(getTxt("title"));
getContours().registrateContour(DeskAppContourSection.MAIN, this);