Extract and Explore compressed files online and securely.
- mdi-shield nothing leave your browser
+ mdi-shield nothing leave
+ your browser
diff --git a/composables/history-switcher.ts b/composables/history-switcher.ts
index 2cd9d9a..21d131d 100644
--- a/composables/history-switcher.ts
+++ b/composables/history-switcher.ts
@@ -72,4 +72,9 @@ export class HistorySwitcher {
refresh() {
this.path.value = this.history.value[this.index.value]
}
+
+ reset() {
+ this.history.value = [this.path.value]
+ this.index.value = 0
+ }
}
\ No newline at end of file