feat: added an option to set a spacing between modules in the combined view (#1084)

This commit is contained in:
Serhiy Mytrovtsiy
2023-02-06 17:59:40 +01:00
parent 56083851f8
commit 6039d146e8
5 changed files with 50 additions and 17 deletions

View File

@@ -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)
}