From 731f005216c95a9dffaf20ef790b176c26044e5b Mon Sep 17 00:00:00 2001 From: tyj Date: Tue, 6 Feb 2024 13:42:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=AF=E5=90=A6=E4=B8=BA=E8=B0=83=E8=AF=95?= =?UTF-8?q?=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- QTTabBar/QTUtility.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/QTTabBar/QTUtility.cs b/QTTabBar/QTUtility.cs index c352897..08077d7 100644 --- a/QTTabBar/QTUtility.cs +++ b/QTTabBar/QTUtility.cs @@ -1,6 +1,6 @@ // This file is part of QTTabBar, a shell extension for Microsoft // Windows Explorer. -// Copyright (C) 2007-2022 Quizo, Paul Accisano +// Copyright (C) 2007-2024 Quizo, Paul Accisano // // QTTabBar is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -69,6 +69,7 @@ internal static class QTUtility { internal const string REGUSER = RegConst.Root; internal static readonly char[] SEPARATOR_CHAR = new char[] { ';' }; internal const string SEPARATOR_PATH_HASH_SESSION = "*?*?*"; + // ÊÇ·ñΪµ÷ÊÔ״̬£¿ internal const bool NOW_DEBUGGING = #if DEBUG true;