Skip to content

Commit f8d4a68

Browse files
committed
refactor: streamline imports and ensure newline consistency in Nautilus extension files
1 parent b6f404d commit f8d4a68

5 files changed

Lines changed: 5 additions & 10 deletions

File tree

src/apps/main/nautilus-extension/install.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
import { logger } from '@internxt/drive-desktop-core/build/backend';
2-
import {
3-
copyNautilusExtensionFile,
4-
deleteNautilusExtensionFile,
5-
isInstalled,
6-
reloadNautilus,
7-
} from './service';
2+
import { copyNautilusExtensionFile, deleteNautilusExtensionFile, isInstalled, reloadNautilus } from './service';
83
import { isNautilusAvailable } from './is-nautilus-available';
94

105
import configStore from '../config';

src/apps/main/nautilus-extension/is-nautilus-available.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ async function hasNautilusBinary() {
3939

4040
function desktopEntryUsesNautilus({ desktopEntry }: { desktopEntry: string }) {
4141
return desktopEntry.includes('nautilus.desktop');
42-
}
42+
}

src/apps/renderer/localize/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,4 +438,4 @@
438438
"ctaUpgrade": "Upgrade plan",
439439
"plan": "{{planName}} -> up to {{planMaxFileSize}}"
440440
}
441-
}
441+
}

src/apps/renderer/localize/locales/es.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,4 +438,4 @@
438438
"ctaUpgrade": "Mejorar plan",
439439
"plan": "{{planName}} -> hasta {{planMaxFileSize}}"
440440
}
441-
}
441+
}

src/apps/renderer/localize/locales/fr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,4 +438,4 @@
438438
"ctaUpgrade": "Mettre à jour le plan",
439439
"plan": "{{planName}} -> jusqu'à {{planMaxFileSize}}"
440440
}
441-
}
441+
}

0 commit comments

Comments
 (0)