mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-18 00:10:33 -04:00
Update FeedbackPage.java
This commit is contained in:
parent
6969107c68
commit
0b06bf82d8
@ -243,8 +243,8 @@ public class FeedbackPage extends VBox implements PageAware {
|
|||||||
HintPane hintPane = new HintPane(MessageDialogPane.MessageType.INFO);
|
HintPane hintPane = new HintPane(MessageDialogPane.MessageType.INFO);
|
||||||
hintPane.textProperty().bind(BindingMapping.of(logging).map(logging ->
|
hintPane.textProperty().bind(BindingMapping.of(logging).map(logging ->
|
||||||
logging
|
logging
|
||||||
? i18n("account.methods.microsoft.manual")
|
? i18n("account.hmcl.hint")
|
||||||
: i18n("account.methods.microsoft.hint")));
|
: i18n("account.hmcl.hint")));
|
||||||
hintPane.setOnMouseClicked(e -> {
|
hintPane.setOnMouseClicked(e -> {
|
||||||
if (logging.get() && OAuthServer.lastlyOpenedURL != null) {
|
if (logging.get() && OAuthServer.lastlyOpenedURL != null) {
|
||||||
FXUtils.copyText(OAuthServer.lastlyOpenedURL);
|
FXUtils.copyText(OAuthServer.lastlyOpenedURL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user