Show if caps lock is active, fixes #115
This commit is contained in:
parent
b16be3c5ae
commit
b38bcd296a
6 changed files with 719 additions and 433 deletions
|
|
@ -644,6 +644,10 @@ impl App {
|
|||
}
|
||||
|
||||
column = column.push(text_input);
|
||||
|
||||
if self.common.caps_lock {
|
||||
column = column.push(widget::text(fl!("caps-lock")));
|
||||
}
|
||||
}
|
||||
None => {
|
||||
column = column.push(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue