mirror of
https://github.com/foss42/apidash.git
synced 2025-05-29 12:59:58 +08:00
Update main.dart
This commit is contained in:
@ -40,6 +40,8 @@ Future<bool> initApp(
|
|||||||
}) async {
|
}) async {
|
||||||
GoogleFonts.config.allowRuntimeFetching = false;
|
GoogleFonts.config.allowRuntimeFetching = false;
|
||||||
try {
|
try {
|
||||||
|
debugPrint("initializeUsingPath: $initializeUsingPath");
|
||||||
|
debugPrint("workspaceFolderPath: ${settingsModel?.workspaceFolderPath}");
|
||||||
final openBoxesStatus = await openBoxes(
|
final openBoxesStatus = await openBoxes(
|
||||||
initializeUsingPath,
|
initializeUsingPath,
|
||||||
settingsModel?.workspaceFolderPath,
|
settingsModel?.workspaceFolderPath,
|
||||||
|
Reference in New Issue
Block a user