Skip to content

Commit

Permalink
是否为调试状态
Browse files Browse the repository at this point in the history
  • Loading branch information
tyj committed Feb 6, 2024
1 parent 363872a commit 731f005
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion QTTabBar/QTUtility.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 731f005

Please sign in to comment.