mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
disable sensitivity by default
This commit is contained in:
parent
6d93fd9b01
commit
05b347256e
1 changed files with 4 additions and 0 deletions
|
|
@ -11,4 +11,8 @@ Base::Base()
|
||||||
set_tooltip_text(
|
set_tooltip_text(
|
||||||
_("Base")
|
_("Base")
|
||||||
);
|
);
|
||||||
|
|
||||||
|
set_sensitive(
|
||||||
|
false
|
||||||
|
);
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue