feature: Save logging to cache directory (#196)

Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
PartyDonut 2025-01-02 11:54:54 +01:00 committed by GitHub
parent ae4707d3a6
commit 1a42be4be0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 143 additions and 62 deletions

View file

@ -50,8 +50,8 @@ Future<Map<String, dynamic>> loadConfig() async {
}
void main() async {
final crashProvider = CrashLogNotifier();
WidgetsFlutterBinding.ensureInitialized();
final crashProvider = CrashLogNotifier();
if (kIsWeb) {
html.document.onContextMenu.listen((event) => event.preventDefault());