Fixed imgui demo screen

This commit is contained in:
Willem Cazander 2022-03-10 01:31:31 +01:00
parent 83eec6a1aa
commit cb03208ac1
7 changed files with 40 additions and 13 deletions

View file

@ -38,6 +38,6 @@ public class TosAmpComponent {
@Deactivate
void close() {
log.debug(this, SystemGdxLog.DEACTIVATE);
deskAppService.installDeskApp(DeskAppMenuSection.MULTIMEDIA, launcher);
deskAppService.removeDeskApp(DeskAppMenuSection.MULTIMEDIA, launcher);
}
}