Do not automatically show keyboard shortcuts
This commit is contained in:
parent
182e1549fd
commit
6752b9a434
1 changed files with 1 additions and 5 deletions
|
|
@ -1802,11 +1802,7 @@ impl Application for App {
|
|||
};
|
||||
|
||||
app.set_curr_font_weights_and_stretches();
|
||||
let command = Task::batch([
|
||||
app.update_config(),
|
||||
app.update_title(None),
|
||||
app.update(Message::ToggleContextPage(ContextPage::KeyboardShortcuts)),
|
||||
]);
|
||||
let command = Task::batch([app.update_config(), app.update_title(None)]);
|
||||
|
||||
(app, command)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue