Skip to content

Commit fe2aee4

Browse files
committed
Remove size column temporarily
1 parent cb0231e commit fe2aee4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/model/ui/ui-store.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,7 @@ export class UiStore {
188188
['Source', true],
189189
['Host', true],
190190
['PathAndQuery', true],
191-
['Duration', true],
192-
['Size', true],
191+
['Duration', true]
193192
]); //TODO: implement a strict type
194193

195194
get themeName() {

0 commit comments

Comments
 (0)