From 9b13350e8d088f0c30c6c52e051144ba0599ca7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Kov=C3=A1cs?= Date: Mon, 29 Jan 2024 23:13:44 +0100 Subject: [PATCH] Correct a typo --- quickMenu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickMenu.py b/quickMenu.py index 31e88e7..127325f 100644 --- a/quickMenu.py +++ b/quickMenu.py @@ -285,7 +285,7 @@ def __init__(self,x,y,w,h,purpose, flag): # Windows version: innerText.setText("⏵") # Linux version: - innerText.setText("▸") + # innerText.setText("▸") case _: print("What the fuck")