diff --git a/app/components/device.vue b/app/components/device.vue index 57ea242..5fa8d31 100644 --- a/app/components/device.vue +++ b/app/components/device.vue @@ -9,7 +9,7 @@

You may need to plug in your device or enable 'USB Debugging'

or

- + diff --git a/app/components/mirror.vue b/app/components/mirror.vue deleted file mode 100644 index a0e7f11..0000000 --- a/app/components/mirror.vue +++ /dev/null @@ -1,47 +0,0 @@ - - - - \ No newline at end of file diff --git a/app/components/scrcpy-plus-info.vue b/app/components/scrcpy-plus-info.vue index d406ee2..dd79889 100644 --- a/app/components/scrcpy-plus-info.vue +++ b/app/components/scrcpy-plus-info.vue @@ -3,7 +3,7 @@
-

Error Starting SCRCPY+

+

Error Starting SCRCPY+

This error could be caused by {{ reason }} not being properly installed on your OS.
More Details @@ -12,15 +12,15 @@
-

SCRCPY+ {{ version }}

-

SCRCPY {{ scrcpyVersion }}

-

ADB {{ adbVersion }}

-
- - @@ -40,7 +40,7 @@ export default { scrcpyVersion: localStorage.getItem("scrcpyVersion"), adbVersion: localStorage.getItem("adbVersion"), - startupError: true, + startupError: false, error: new String(), reason: "SCRCPY or ADB" } diff --git a/app/components/update-notice.vue b/app/components/update-notice.vue index 98c4dc3..11468b8 100644 --- a/app/components/update-notice.vue +++ b/app/components/update-notice.vue @@ -15,7 +15,7 @@ export default { data() { return { - updateAvailable: true, + updateAvailable: false, currentVersion: new String(), latestVersion: new String(), repo: [] diff --git a/app/pages/settings.vue b/app/pages/settings.vue index 5a6bb72..211f043 100644 --- a/app/pages/settings.vue +++ b/app/pages/settings.vue @@ -2,16 +2,15 @@
- - - Settings - + + Settings
-
- -
+
diff --git a/app/pages/wirelessSetup.vue b/app/pages/wirelessSetup.vue index ba3cf4f..84768b8 100644 --- a/app/pages/wirelessSetup.vue +++ b/app/pages/wirelessSetup.vue @@ -1,7 +1,7 @@