Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaobaishushu25 committed Nov 10, 2023
2 parents 8a301b9 + 9a41b3d commit 28daab6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/kotlin/xbss/MainAPP.kt
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ class MainAPP:Application() {
val donate = Button().apply {
style = "-fx-background-color:null;-fx-cursor:hand"
graphic = ImageView(ImageIcon.DONATE24)
setOnAction {
val donateStage = DonateStage()
donateStage.start(Stage())
}
// setOnAction {
// val donateStage = DonateStage()
// donateStage.start(Stage())
// }
}
val setting = Button().apply {
style = "-fx-background-color:null;-fx-cursor:hand"
Expand Down

0 comments on commit 28daab6

Please sign in to comment.