mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
Add option to disable blinking alert buttons.
This commit is contained in:
parent
5ac2d6dcd8
commit
47ea6534d0
4 changed files with 19 additions and 2 deletions
|
|
@ -3562,6 +3562,14 @@ RCOptionEditor::RCOptionEditor ()
|
|||
sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::set_blink_rec_arm)
|
||||
));
|
||||
|
||||
add_option (_("Appearance"),
|
||||
new BoolOption (
|
||||
"blink-alert-indicators",
|
||||
_("Blink Alert Indicators"),
|
||||
sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::get_blink_alert_indicators),
|
||||
sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::set_blink_alert_indicators)
|
||||
));
|
||||
|
||||
|
||||
#ifndef __APPLE__
|
||||
/* font scaling does nothing with GDK/Quartz */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue