Keyboard shortcuts dialog.

This commit is contained in:
Burak Kaan Köse
2025-10-29 16:26:46 +01:00
parent abaab18eb7
commit b44fb5c45a
25 changed files with 1112 additions and 4 deletions
+2 -1
View File
@@ -58,7 +58,8 @@ public class DatabaseService : IDatabaseService
typeof(CalendarEventAttendee),
typeof(CalendarItem),
typeof(Reminder),
typeof(Thumbnail)
typeof(Thumbnail),
typeof(KeyboardShortcut)
);
}
}