Remove Windows-specific files and configurations for the rental income tracker project, including CMakeLists, resource files, and generated plugin registrants. This cleanup eliminates unnecessary dependencies and prepares the project for a more streamlined build process.

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-03-20 09:45:12 +01:00
parent 1eb8f90fa1
commit e10cde6fb9
97 changed files with 177 additions and 3729 deletions
+3 -1
View File
@@ -201,7 +201,9 @@ class NotificationService {
iOS: DarwinNotificationDetails(categoryIdentifier: 'rent_actions'),
),
payload: payload,
androidScheduleMode: AndroidScheduleMode.exactAllowWhileIdle,
// Best-effort delivery avoids the exact alarm permission requirement on
// recent Android versions while still allowing reminders during idle.
androidScheduleMode: AndroidScheduleMode.inexactAllowWhileIdle,
);
}