From bd3de84cbf12b7f0c9d42ccd6a03333609fc4a57 Mon Sep 17 00:00:00 2001 From: frank <420@shampoo.ooo> Date: Sat, 25 Sep 2021 17:31:28 -0400 Subject: [PATCH] revert previous change to leave string value --- pgfw/Display.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgfw/Display.py b/pgfw/Display.py index 151d28e..d92300c 100644 --- a/pgfw/Display.py +++ b/pgfw/Display.py @@ -61,7 +61,7 @@ class Display(GameChild): interpolator.gui.rearrange() def set_caption(self): - display.set_caption(self.caption.decode("utf-8")) + display.set_caption(self.caption) def set_icon(self): if self.icon_path: