From 7ab55d005aa7661d1eed6cb0a77ee6b269bfdf91 Mon Sep 17 00:00:00 2001 From: Jan Date: Sun, 14 Apr 2024 18:01:56 +0200 Subject: chore: Remove Linux checks (#893) With NorthstarProton changing to be Proton-GE based the glibc requirement is no longer needed since it targets the Steam runtime --- src-vue/src/views/DeveloperView.vue | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src-vue/src/views/DeveloperView.vue') diff --git a/src-vue/src/views/DeveloperView.vue b/src-vue/src/views/DeveloperView.vue index f3847d36..a08c73f3 100644 --- a/src-vue/src/views/DeveloperView.vue +++ b/src-vue/src/views/DeveloperView.vue @@ -17,10 +17,6 @@

Linux:

- - Check NSProton Compatibility - - Install NSProton @@ -210,16 +206,6 @@ export default defineComponent({ await invoke("force_panic"); showErrorNotification("Never should have been able to get here!"); }, - async checkLinuxCompatibility() { - await invoke("linux_checks") - .then(() => { - showNotification('Linux compatible', 'All checks passed'); - }) - .catch((error) => { - showNotification('Not Linux compatible', error, 'error'); - console.error(error); - }); - }, async launchGameWithoutChecks() { let launch_options: NorthstarLaunchOptions = { bypass_checks: true, launch_via_steam: false }; this.$store.commit('launchGame', launch_options); -- cgit v1.2.3