mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-13 06:01:21 +00:00
disable sensitivity by default
This commit is contained in:
parent
6d93fd9b01
commit
05b347256e
@ -11,4 +11,8 @@ Base::Base()
|
||||
set_tooltip_text(
|
||||
_("Base")
|
||||
);
|
||||
|
||||
set_sensitive(
|
||||
false
|
||||
);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user