refactor some more

This commit is contained in:
Christien Rioux 2023-12-27 22:56:24 -05:00
parent 2adc958128
commit c516323e7d
91 changed files with 1237 additions and 748 deletions

View file

@ -8,11 +8,9 @@ import 'package:flutter_translate/flutter_translate.dart';
import 'package:intl/date_symbol_data_local.dart';
import 'app.dart';
import 'old_to_refactor/providers/window_control.dart';
import 'init.dart';
import 'theme/theme.dart';
import 'tools/tools.dart';
import 'init.dart';
void main() async {
// Disable all debugprints in release mode
@ -39,7 +37,7 @@ void main() async {
final themeData = themeRepository.themeData();
// Manage window on desktop platforms
await WindowControl.initialize();
await initializeWindowControl();
// Make localization delegate
final delegate = await LocalizationDelegate.create(