Make resizable

This commit is contained in:
nelle 2024-02-18 21:45:55 -07:00
parent 2621141898
commit 8d2362153b

View file

@ -55,7 +55,8 @@ val backendType =
class Application : TApplication(backendType, 60, 30, 16) {
init {
this.screen.setTitle("kotRemote")
this.theme.load(Config().confDir.configDir + "/catppuccin.theme")
this.desktop.isResizable
//this.theme.load("/assets/catppuccin.theme")
WelcomeWindow(this)
}
}