fix: Enable logging in production

This commit is contained in:
Anton Stubenbord
2023-10-19 18:26:02 +02:00
parent 7d1c0dffe4
commit 520bfbd7b1
104 changed files with 632 additions and 257 deletions

View File

@@ -7,5 +7,5 @@ enum NotificationResponseButtonAction {
@JsonEnum()
enum NotificationResponseOpenAction {
openDownloadedDocumentPath;
openDirectory;
}