This commit is contained in:
2026-03-17 10:50:13 +09:00
parent 44e14dd207
commit 1eb89bcc3f
49 changed files with 207 additions and 81 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ fun main() = application {
// 앱 실행 시 필요한 바이너리 경로 (실행 파일 위치)
val binPath = getLlamaBinPath()
val windowState = rememberWindowState(
placement = WindowPlacement.Fullscreen
placement = WindowPlacement.Floating
)
Window(onCloseRequest = ::exitApplication, title = "KIS AI 자동매매", state = windowState) {
var currentScreen by remember { mutableStateOf(AppScreen.Settings) }