mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-27 04:41:03 +00:00
feat: adding drive mapping
This commit is contained in:
@@ -20,11 +20,6 @@ export interface LudusaviBackup {
|
||||
};
|
||||
}
|
||||
|
||||
const getPathDrive = (key: string) => {
|
||||
const parts = key.split("/");
|
||||
return parts[0];
|
||||
};
|
||||
|
||||
const replaceLudusaviBackupWithCurrentUser = (
|
||||
backupPath: string,
|
||||
title: string
|
||||
|
||||
Reference in New Issue
Block a user