From cd8f4b804dfea4f7d3805dc55bf97074b6c08a28 Mon Sep 17 00:00:00 2001 From: Dakedres Date: Sat, 21 Feb 2026 00:24:02 -0700 Subject: [PATCH] Actually remove create button from main menu and not just pause menu --- pack/config/create-client.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pack/config/create-client.toml b/pack/config/create-client.toml index f82f489..98e6e54 100644 --- a/pack/config/create-client.toml +++ b/pack/config/create-client.toml @@ -24,7 +24,7 @@ #Choose the menu row that the Create config button appears on in the main menu #Set to 0 to disable the button altogether #Range: 0 ~ 4 - mainMenuConfigButtonRow = 2 + mainMenuConfigButtonRow = 0 #. #Offset the Create config button in the main menu by this many pixels on the X axis #The sign (-/+) of this value determines what side of the row the button appears on (left/right)