Changed web keyboards keys from * and / to × and ÷

This commit is contained in:
PaddiM8 2021-12-29 18:33:52 +01:00
parent 75460502ef
commit a37ab39b59

View File

@ -23,8 +23,8 @@
let buttonRowValues = [ let buttonRowValues = [
"+", "+",
"-", "-",
"*", "×",
"/", "÷",
"^", "^",
"=", "=",
".", ".",