Skip to content

Commit 348a8bf

Browse files
committed
fix: fixed text widget value in the RAM module
1 parent 446f17e commit 348a8bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/RAM/settings.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ internal class Settings: NSStackView, Settings_v, NSTextFieldDelegate {
6666
self.numberOfProcesses = Store.shared.int(key: "\(self.title)_processes", defaultValue: self.numberOfProcesses)
6767
self.splitValueState = Store.shared.bool(key: "\(self.title)_splitValue", defaultValue: self.splitValueState)
6868
self.notificationLevel = Store.shared.string(key: "\(self.title)_notificationLevel", defaultValue: self.notificationLevel)
69+
self.textValue = Store.shared.string(key: "\(self.title)_textWidgetValue", defaultValue: self.textValue)
6970

7071
super.init(frame: NSRect.zero)
7172

0 commit comments

Comments
 (0)