windows fixes
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
autofocus
|
||||
canvaskit
|
||||
cupertino
|
||||
cupertinoicons
|
||||
fromargb
|
||||
|
@@ -110,7 +110,7 @@ class _MountWidgetState extends State<MountWidget> {
|
||||
return cleanup();
|
||||
}
|
||||
|
||||
displayErrorMessage(context, "Mount location not found");
|
||||
displayErrorMessage(context, "Mount location is not available");
|
||||
return cleanup();
|
||||
}
|
||||
: null;
|
||||
|
@@ -33,6 +33,11 @@
|
||||
<link rel="manifest" href="manifest.json">
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
window.flutterConfiguration = {
|
||||
canvasKitBaseUrl: "/canvaskit/"
|
||||
};
|
||||
</script>
|
||||
<script src="flutter_bootstrap.js" async></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user