mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-09-02 16:13:47 +00:00
fix(edit): fix the version that supports editing (#2263)
This commit is contained in:
parent
1b9db7dad0
commit
837602e0cb
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ import Observation
|
|||
}
|
||||
|
||||
public var isEditSupported: Bool {
|
||||
version >= 4
|
||||
version >= 3.5
|
||||
}
|
||||
|
||||
public var isEditAltTextSupported: Bool {
|
||||
|
|
Loading…
Reference in a new issue