fix: serialize excludedScreens config (#1151)
This commit is contained in:
parent
7a41a85954
commit
614e66a45e
1 changed files with 2 additions and 1 deletions
|
|
@ -241,7 +241,8 @@ Singleton {
|
|||
batteryWidth: bar.sizes.batteryWidth,
|
||||
networkWidth: bar.sizes.networkWidth
|
||||
},
|
||||
entries: bar.entries
|
||||
entries: bar.entries,
|
||||
excludedScreens: bar.excludedScreens
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue