diff --git a/config/settings.yaml b/config/settings.yaml index a96ce4b..63a192e 100644 --- a/config/settings.yaml +++ b/config/settings.yaml @@ -1,7 +1,14 @@ institution_name: HB Testbibliothek Psychologie default_loan_duration: 7 database: - path: C:/db - name: library.db + path: C:/newestdb_mew + name: libraries.db backupLocation: V:/backup -library_id: 20735 + do_backup: false +report: + generate_report: false + email: None + +debug: false +log_debug: false +catalogue: True diff --git a/icons/add_book.svg b/icons/add_book.svg new file mode 100644 index 0000000..acd98b6 --- /dev/null +++ b/icons/add_book.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/user.svg b/icons/user.svg new file mode 100644 index 0000000..9b6e823 --- /dev/null +++ b/icons/user.svg @@ -0,0 +1 @@ + \ No newline at end of file