From 01bab5422712299b49f656e6b4c42a3bf314f519 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Thu, 02 Jul 2026 11:02:42 +0800
Subject: [PATCH] Release 8.3.5 free tag order persistence
---
src/Apptag/PreferencesView.swift | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/src/Apptag/PreferencesView.swift b/src/Apptag/PreferencesView.swift
index a147190..32a95e1 100644
--- a/src/Apptag/PreferencesView.swift
+++ b/src/Apptag/PreferencesView.swift
@@ -1049,15 +1049,6 @@
proUnlockedStyle: .neutral
),
ProTabComparisonFeature(
- title: tr("pro.feature.tagOrderPersistence"),
- freeStatusKey: "settings.proStatus.previewOnly",
- proLockedStatusKey: "settings.proStatus.supported",
- proUnlockedStatusKey: "settings.proStatus.supported",
- freeStyle: .neutral,
- proLockedStyle: .neutral,
- proUnlockedStyle: .neutral
- ),
- ProTabComparisonFeature(
title: tr("pro.feature.containerAppOrderPersistence"),
freeStatusKey: "settings.proStatus.previewOnly",
proLockedStatusKey: "settings.proStatus.supported",
--
Gitblit v1.9.3