WIP on Timeline Customiser

This commit is contained in:
Stuart Breckenridge
2022-12-20 09:03:42 +08:00
parent eedc191b7e
commit 7a41b411c8
6 changed files with 141 additions and 1 deletions

View File

@@ -231,6 +231,7 @@ final class AppDefaults: ObservableObject {
}
set {
AppDefaults.setInt(for: Key.timelineNumberOfLines, newValue)
objectWillChange.send()
}
}
@@ -241,6 +242,7 @@ final class AppDefaults: ObservableObject {
}
set {
AppDefaults.store.set(newValue.rawValue, forKey: Key.timelineIconDimension)
objectWillChange.send()
}
}