Skip to content

Commit 5f65346

Browse files
authored
should be 35x100
1 parent 4408394 commit 5f65346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UXTU4Unix/UXTU4Unix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ def apply_smu(args, user_mode, save_to_config=True):
981981
input("Press Enter to continue...")
982982

983983
def main():
984-
subprocess.run("printf '\\e[8;30;100t'", shell=True)
984+
subprocess.run("printf '\\e[8;35;100t'", shell=True)
985985
check_cfg_integrity()
986986
PRESETS = get_presets()
987987
if cfg.get('Settings', 'SoftwareUpdate', fallback='0') == '1':

0 commit comments

Comments
 (0)