mirror of
https://github.com/Boof2015/prism.git
synced 2026-08-12 05:10:51 +02:00
persist trim across sessions
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user