Make resizable
This commit is contained in:
parent
2621141898
commit
8d2362153b
1 changed files with 3 additions and 2 deletions
|
@ -55,7 +55,8 @@ val backendType =
|
||||||
class Application : TApplication(backendType, 60, 30, 16) {
|
class Application : TApplication(backendType, 60, 30, 16) {
|
||||||
init {
|
init {
|
||||||
this.screen.setTitle("kotRemote")
|
this.screen.setTitle("kotRemote")
|
||||||
this.theme.load(Config().confDir.configDir + "/catppuccin.theme")
|
this.desktop.isResizable
|
||||||
|
//this.theme.load("/assets/catppuccin.theme")
|
||||||
WelcomeWindow(this)
|
WelcomeWindow(this)
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue