From ebb9d20a2a6ec2fbb4dd5be1b32a3c12e9419e9c Mon Sep 17 00:00:00 2001 From: misyaguziya Date: Tue, 30 May 2023 01:41:51 +0900 Subject: [PATCH] change name VRC ChatBox Translator -> VRCT --- VRCT.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VRCT.py b/VRCT.py index 4287069b..ce2d477b 100644 --- a/VRCT.py +++ b/VRCT.py @@ -203,7 +203,7 @@ class App(customtkinter.CTk): def __init__(self): super().__init__() self.iconbitmap('./img/app.ico') - self.title("VRC ChatBox Translator") + self.title("VRCT") self.geometry(f"{400}x{180}") self.grid_columnconfigure(1, weight=1) self.grid_rowconfigure(0, weight=1)