mirror of https://github.com/wayvr-org/wayvr.git
translation keys
This commit is contained in:
parent
84068ca710
commit
5a9133c497
|
|
@ -516,9 +516,10 @@ fn handle_press(
|
|||
if layouts.is_empty() {
|
||||
Toast::new(
|
||||
ToastTopic::System,
|
||||
"NO_KEYMAPS_CONFIGURED".into(),
|
||||
"NO_KEYMAPS_CONFIGURED_HELP".into(),
|
||||
"TOAST.NO_KEYMAPS_CONFIGURED".into(),
|
||||
"TOAST.NO_KEYMAPS_CONFIGURED_HELP".into(),
|
||||
)
|
||||
.with_timeout(5.)
|
||||
.submit(app);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue