mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
feat: added an option to set a spacing between modules in the combined view (#1084)
This commit is contained in:
@@ -82,7 +82,7 @@ open class Module: Module_p {
|
||||
public var name: String {
|
||||
config.name
|
||||
}
|
||||
public var oneViewPosition: Int {
|
||||
public var combinedPosition: Int {
|
||||
get {
|
||||
Store.shared.int(key: "\(self.name)_position", defaultValue: 0)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user