diff --git a/config/settings.yaml b/config/settings.yaml index 250b073..a96ce4b 100644 --- a/config/settings.yaml +++ b/config/settings.yaml @@ -3,6 +3,5 @@ default_loan_duration: 7 database: path: C:/db name: library.db - backupLocation: ./backup + backupLocation: V:/backup library_id: 20735 - diff --git a/icons/icons.yaml b/icons/icons.yaml new file mode 100644 index 0000000..1494936 --- /dev/null +++ b/icons/icons.yaml @@ -0,0 +1,6 @@ +color: '#B89230' #Hex code of the color +icons: + newentry: library_add.svg + main: library.svg + warning: warning.svg + settings: settings.svg \ No newline at end of file diff --git a/icons/library.svg b/icons/library.svg new file mode 100644 index 0000000..52dfdd1 --- /dev/null +++ b/icons/library.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/library_add.svg b/icons/library_add.svg new file mode 100644 index 0000000..a3f0045 --- /dev/null +++ b/icons/library_add.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/settings.svg b/icons/settings.svg new file mode 100644 index 0000000..328e2f0 --- /dev/null +++ b/icons/settings.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/warning.svg b/icons/warning.svg new file mode 100644 index 0000000..d0be798 --- /dev/null +++ b/icons/warning.svg @@ -0,0 +1 @@ + \ No newline at end of file