mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-03 23:33:50 +08:00
Fix #79
This commit is contained in:
parent
cd8ed093e6
commit
cb6dec87e2
@ -57,7 +57,7 @@ class PrimaryView : View() {
|
|||||||
buttonType = JFXButton.ButtonType.FLAT
|
buttonType = JFXButton.ButtonType.FLAT
|
||||||
}.action {
|
}.action {
|
||||||
// select login pane
|
// select login pane
|
||||||
mainTabPane.selectionModel.select(3)
|
mainTabPane.selectionModel.selectLast()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user