Improve Start/Stop button

This commit is contained in:
世界
2025-11-26 22:25:52 +08:00
parent 32f5bf1f3b
commit 4f0d1098e6
10 changed files with 176 additions and 45 deletions
+5
View File
@@ -17,4 +17,9 @@ public enum Variant {
#endif
public static var isBeta = LibboxVersion().contains("-")
#if os(iOS)
public static var debugNoIOS26 = false
public static var debugNoIOS18 = false
#endif
}