mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-21 03:54:49 +00:00
fix: ctrl+f5 properly runs a clean build
This commit is contained in:
parent
7ca9e0f64f
commit
5d0131a00c
1 changed files with 1 additions and 1 deletions
|
@ -955,8 +955,8 @@ impl SimpleComponent for App {
|
|||
{
|
||||
let app = &model.application;
|
||||
app.set_accelerators_for_action::<QuitAction>(&["<Control>q"]);
|
||||
app.set_accelerators_for_action::<BuildProfileAction>(&["F5"]);
|
||||
app.set_accelerators_for_action::<BuildProfileCleanAction>(&["<Control>F5"]);
|
||||
app.set_accelerators_for_action::<BuildProfileAction>(&["F5"]);
|
||||
}
|
||||
|
||||
model.main_view.sender().emit(MainViewMsg::UpdateProfiles(
|
||||
|
|
Loading…
Add table
Reference in a new issue