persist trim across sessions

This commit is contained in:
Boof2015
2026-04-08 23:06:21 -04:00
parent 27f4b9610a
commit 3ebd6619dc
4 changed files with 226 additions and 4 deletions
+1
View File
@@ -61,6 +61,7 @@ test('profile file serialization excludes geometry and round-trips with local me
assert.equal('themeId' in file, false)
assert.equal(JSON.stringify(file).includes('windowBounds'), false)
assert.equal(JSON.stringify(file).includes('frameTarget'), false)
assert.equal(JSON.stringify(file).includes('inputGainDb'), false)
assert.deepEqual(file.scopePopouts.spectrum, { poppedOut: true })
assert.equal(file.scopeSettings.spectrum.heatmapSmoothing, 0.67)
assert.equal(file.scopeOrder.includes('astra'), false)