Skip to content

Commit

Permalink
修复compose修改导致的大量等号和composeOption错误
Browse files Browse the repository at this point in the history
  • Loading branch information
ZIDOUZI committed Mar 1, 2022
1 parent 7ed3822 commit 8db8154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/zdz/groovyconvertkts/ui/main/MainScreen.kt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ fun MainScreen(ws: MainWindowState) {
ws.path = it.path.substring(0..it.path.lastIndexOf("\\"))
print(ws.path)
}
rememberNotification("Groovy转换kts", "转换成功")
Notification("Groovy转换kts", "转换成功")//TODO: 实现通知
},
negativeResult = { ws.path = it.path },
)
Expand Down

0 comments on commit 8db8154

Please sign in to comment.