fixed roll button dissappearing in windows build

This commit is contained in:
Grimsace
2026-02-19 15:00:31 -06:00
parent d992dfda2a
commit 67bcc43b55
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ func main() {
newCustomButton2("*", func() {
diceInputEntry.SetText(diceInputEntry.Text + "*")
}),
newCustomButton2("", func() {
newCustomButton2("BKSP", func() {
text := diceInputEntry.Text
if len(text) > 0 {
diceInputEntry.SetText(text[:len(text)-1])