Skip to content

Commit a5254d3

Browse files
committed
Ignore saved space when saving watchlist
1 parent bf91ef1 commit a5254d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CompactGUI.Watcher/WatchedFolder.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Public Class WatchedFolder : Inherits ObservableObject
2323
Return If(LastUncompressedSize = LastCompressedSize OrElse LastCompressedSize > LastUncompressedSize, 0D, Math.Clamp((LastCheckedSize - LastCompressedSize) / (LastUncompressedSize - LastCompressedSize), 0, 1))
2424
End Get
2525
End Property
26-
26+
<JsonIgnore>
2727
Public ReadOnly Property SavedSpace As Long
2828
Get
2929
Return LastUncompressedSize - LastCompressedSize

0 commit comments

Comments
 (0)