mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
reserve entered paths on navigating back
- retain the list of entered folders on going up the directory tree. 😹
This commit is contained in:
@@ -89,6 +89,7 @@ interface fromSearch {
|
||||
interface subPath {
|
||||
name: string;
|
||||
path: string;
|
||||
active: boolean;
|
||||
}
|
||||
|
||||
export {
|
||||
|
||||
Reference in New Issue
Block a user