1
0
mirror of https://codeberg.org/vyivel/dulcepan/ synced 2025-12-23 10:16:47 +02:00

Add option to disable persistence

This commit is contained in:
Alexey Yerin
2024-06-30 17:47:31 +03:00
parent 4c7575b10e
commit 56860d672f
4 changed files with 13 additions and 2 deletions

View File

@@ -156,6 +156,7 @@ struct dp_config {
int png_compression;
bool quick_select;
bool persistence;
};
struct dp_state {