We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e0da0d + a7ab240 commit 7f8a7bcCopy full SHA for 7f8a7bc
1 file changed
src/pages/K8s.vue
@@ -90,7 +90,7 @@ export default {
90
return !os.platform().startsWith('win');
91
},
92
hasIntegration() {
93
- return os.platform() === 'darwin';
+ return /^win|^darwin$/.test(os.platform());
94
95
integrationTitle() {
96
if (os.platform() === 'darwin') {
0 commit comments