From 22a04fc6e8bc735f137d73f2ced071341a5a8121 Mon Sep 17 00:00:00 2001 From: Funsy Date: Sun, 14 Jun 2026 20:42:38 +0300 Subject: [PATCH] add window title (#14979) --- service.bat | 3 +++ 1 file changed, 3 insertions(+) diff --git a/service.bat b/service.bat index 880caba..6b5fd85 100644 --- a/service.bat +++ b/service.bat @@ -54,7 +54,10 @@ if "%1"=="admin" ( :: MENU ================================ setlocal EnableDelayedExpansion :menu + cls +title ZAPRET SERVICE MANAGER v!LOCAL_VERSION! + call :ipset_switch_status call :game_switch_status call :check_updates_switch_status