From 1b015beba403621e618b28721a7ccf44334cad61 Mon Sep 17 00:00:00 2001 From: mikiher Date: Tue, 2 Jul 2024 19:00:03 +0300 Subject: [PATCH] Remove windows restrictions from Tools.vuw --- client/components/modals/item/tabs/Tools.vue | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/client/components/modals/item/tabs/Tools.vue b/client/components/modals/item/tabs/Tools.vue index de19e04c..b05b2187 100644 --- a/client/components/modals/item/tabs/Tools.vue +++ b/client/components/modals/item/tabs/Tools.vue @@ -2,11 +2,8 @@

{{ $strings.HeaderAudiobookTools }}

- - Not supported for the Windows install yet - -
+

{{ $strings.LabelToolsMakeM4b }}

@@ -23,7 +20,7 @@
-
+

{{ $strings.LabelToolsEmbedMetadata }}

@@ -111,12 +108,6 @@ export default { }, isEncodeTaskRunning() { return this.encodeTask && !this.encodeTask?.isFinished - }, - isWindowsInstall() { - return this.Source == 'windows' - }, - Source() { - return this.$store.state.Source } }, methods: { @@ -141,4 +132,4 @@ export default { } } } - \ No newline at end of file +