mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Bindings UI
This commit is contained in:
@@ -146,14 +146,16 @@ namespace GHelper
|
||||
if (sender is null) return;
|
||||
RButton button = (RButton)sender;
|
||||
|
||||
labelBinding.Text = "Binding: " + label;
|
||||
panelBinding.Visible = true;
|
||||
|
||||
activeButton = button;
|
||||
activeBinding = binding;
|
||||
|
||||
labelBinding.Text = "Binding: " + label;
|
||||
|
||||
SetComboValue(comboPrimary, AppConfig.GetString("bind_" + binding, ""));
|
||||
SetComboValue(comboSecondary, AppConfig.GetString("bind2_" + binding, ""));
|
||||
|
||||
panelBinding.Visible = true;
|
||||
activeButton = button;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user