mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
feature: Save logging to cache directory (#196)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
ae4707d3a6
commit
1a42be4be0
5 changed files with 143 additions and 62 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue