Start simplifying buttons

This commit is contained in:
2025-06-25 15:16:11 +01:00
parent ab1b939e3d
commit bf0bc22720
8 changed files with 16 additions and 11 deletions
-2
View File
@@ -20,7 +20,6 @@ makeButton
makeButton col eff = defaultButton
{ _btPict = DefaultDrawButton col
, _btEvent = ButtonPress BtInactive ButtonDoNothing click1S eff
, _btText = "Button"
, _btState = BtOff
}
@@ -45,7 +44,6 @@ makeSwitchSPic
makeSwitchSPic dswitch effOn effOff = defaultButton
{ _btPict = dswitch
, _btEvent = ButtonSimpleSwith effOn effOff
, _btText = "SWITCH/"
, _btState = BtOff
}