started default function

This commit is contained in:
scbj
2025-01-16 18:08:23 +01:00
parent db8c62c476
commit 1abb470dd6
4 changed files with 243 additions and 1 deletions
+3
View File
@@ -20,8 +20,11 @@ pub struct Config {
#[derive(Debug, Clone, Default, ConfigParser)]
pub struct GeneralSettings {
#[default_value(false)]
pub show_stack_on_push: bool,
#[no_config]
pub show_stack_on_pop: bool,
#[default_value = false]
pub show_books_on_bookmark: bool,
}