diff --git a/src/main/kotlin/xyz/limepot/kotRemote/Application.kt b/src/main/kotlin/xyz/limepot/kotRemote/Application.kt index df32d76..0f45855 100644 --- a/src/main/kotlin/xyz/limepot/kotRemote/Application.kt +++ b/src/main/kotlin/xyz/limepot/kotRemote/Application.kt @@ -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) } -} \ No newline at end of file +}