mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[feature-136] Add default image + fix not get local platforms + Add temp icon in nav bar + some style adjustements
This commit is contained in:
@@ -127,12 +127,6 @@ export async function copyDirectoryWithJunctions(src: string, dest: string, opti
|
||||
}
|
||||
}
|
||||
|
||||
export function extname(filePath: string, withDot = true){
|
||||
const ext = path.extname(filePath);
|
||||
if(withDot){ return ext; }
|
||||
return ext.split('.').at(-1);
|
||||
}
|
||||
|
||||
export interface Progression<T = unknown>{
|
||||
total: number;
|
||||
current: number;
|
||||
|
||||
Reference in New Issue
Block a user