Compare commits
2 Commits
b273113dfb
...
67638df07f
| Author | SHA1 | Date | |
|---|---|---|---|
| 67638df07f | |||
| 30527da10a |
@ -146,7 +146,7 @@ pub async fn login<R: Runtime>(
|
|||||||
},
|
},
|
||||||
)?),
|
)?),
|
||||||
)
|
)
|
||||||
.title("Sign into Axolotl Launcher")
|
.title(format!("Sign into {}", theseus::brand::PRODUCT_NAME))
|
||||||
.always_on_top(true)
|
.always_on_top(true)
|
||||||
.center()
|
.center()
|
||||||
.initialization_script(help_bar_script)
|
.initialization_script(help_bar_script)
|
||||||
|
|||||||
Reference in New Issue
Block a user