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