Skip to content

Commit 0951050

Browse files
committed
Adde variable in memory config for future use.
1 parent 68ffa80 commit 0951050

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/config.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ impl Default for CpuTempConfig {
340340
make_config!(MemoryConfig {
341341
pub percentage: bool,
342342
pub show_allocated: bool,
343+
pub stack_labels: bool,
343344
});
344345

345346
impl Default for MemoryConfig {
@@ -351,6 +352,7 @@ impl Default for MemoryConfig {
351352
colors: Colors::new(DeviceKind::Memory),
352353
percentage: false,
353354
show_allocated: false,
355+
stack_labels: false, // future use
354356
}
355357
}
356358
}

0 commit comments

Comments
 (0)