mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-09 17:48:49 +00:00
feat: f5 to build; ctrl+f5 to clean build
This commit is contained in:
parent
a71a0fd291
commit
6a8dd10960
1 changed files with 6 additions and 0 deletions
|
@ -654,6 +654,12 @@ impl SimpleComponent for App {
|
||||||
model
|
model
|
||||||
.application
|
.application
|
||||||
.set_accelerators_for_action::<QuitAction>(&["<Control>q"]);
|
.set_accelerators_for_action::<QuitAction>(&["<Control>q"]);
|
||||||
|
model
|
||||||
|
.application
|
||||||
|
.set_accelerators_for_action::<BuildProfileAction>(&["F5"]);
|
||||||
|
model
|
||||||
|
.application
|
||||||
|
.set_accelerators_for_action::<BuildProfileCleanAction>(&["<Control>F5"]);
|
||||||
|
|
||||||
model.main_view.sender().emit(MainViewMsg::UpdateProfiles(
|
model.main_view.sender().emit(MainViewMsg::UpdateProfiles(
|
||||||
model.profiles.clone(),
|
model.profiles.clone(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue