We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f203f15 commit 9be547fCopy full SHA for 9be547f
1 file changed
lib/app/utils/dirs.dart
@@ -92,7 +92,7 @@ Future<String?> _getDefaultMountDir() async {
92
93
return '$home/Ouisync';
94
} else if (Platform.isWindows) {
95
- return 'O:';
+ return 'O:\\';
96
} else {
97
return null;
98
}
0 commit comments