Change Unbind action to Disable to match cosmic-settings
This commit is contained in:
parent
3bb79a36ac
commit
f6f8772f5d
3 changed files with 9 additions and 9 deletions
|
|
@ -2450,7 +2450,7 @@ impl Application for App {
|
|||
self.shortcuts_config
|
||||
.custom
|
||||
.0
|
||||
.insert(binding, shortcuts::KeyBindAction::Unbind);
|
||||
.insert(binding, shortcuts::KeyBindAction::Disable);
|
||||
}
|
||||
shortcuts::BindingSource::Custom => {
|
||||
self.shortcuts_config.custom.0.remove(&binding);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue