Only run turn off data shortcut when minimuxer is not ready and below 26.4

This commit is contained in:
Huge_Black
2026-03-21 12:01:16 +08:00
parent a1f71a8149
commit 01e73328f8
3 changed files with 28 additions and 8 deletions

View File

@@ -123,6 +123,8 @@ class InstallAppOperationContext: AppOperationContext
var alternateIconURL: URL?
var shouldTurnOffData: Bool = false
// Non-nil when installing from a source.
@AsyncManaged
var appVersion: AppVersion?