Change Unbind action to Disable to match cosmic-settings

This commit is contained in:
Jeremy Soller 2026-02-05 13:49:05 -07:00
parent 3bb79a36ac
commit f6f8772f5d
3 changed files with 9 additions and 9 deletions

View file

@ -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);