parent
58f2056e41
commit
281e00c7fe
20 changed files with 53 additions and 53 deletions
modules/ags/config/ts/quick-settings
|
@ -132,10 +132,10 @@ const GridButton = ({
|
|||
on_primary_click_release: () => {
|
||||
ButtonStates.forEach((state) => {
|
||||
if (state !== Activated) {
|
||||
state.value = false;
|
||||
state.setValue(false);
|
||||
}
|
||||
});
|
||||
Activated.value = !Activated.value;
|
||||
Activated.setValue(!Activated.value);
|
||||
},
|
||||
|
||||
on_hover: (self) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue