From d1c7ee842736f9d9cc6564c2c92a5bff54d19e26 Mon Sep 17 00:00:00 2001 From: Plat Date: Sun, 26 Mar 2023 22:36:41 +0900 Subject: [PATCH] update some text --- scripts/aesthetic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/aesthetic.py b/scripts/aesthetic.py index 951afc1..95bbbac 100644 --- a/scripts/aesthetic.py +++ b/scripts/aesthetic.py @@ -318,7 +318,7 @@ def on_ui_tabs(): outputs=[status_block], ) - return [(ui, "Aesthetic", "aesthetic")] + return [(ui, "Cafe Aesthetic", "cafe_aesthetic")] script_callbacks.on_ui_tabs(on_ui_tabs)