From ed77d4b4d7b557276eb40e2b18b383e296688243 Mon Sep 17 00:00:00 2001 From: zombieFox Date: Fri, 3 Sep 2021 08:10:53 +0100 Subject: [PATCH] add resetting --- Resetting-when-opening-the-browsers.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Resetting-when-opening-the-browsers.md diff --git a/Resetting-when-opening-the-browsers.md b/Resetting-when-opening-the-browsers.md new file mode 100644 index 0000000..29beaf5 --- /dev/null +++ b/Resetting-when-opening-the-browsers.md @@ -0,0 +1,9 @@ +nightTab saves all of its Setting, Themes and Bookmarks to the [browsers local storage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage). This means if the browser's cache is cleared manually or by another application nightTab could be reset to the default state. + +Some browsers have options to clear cache and cookies when closing the application. This might also cause nightTab to reset to the default state. + +When trying to work out what might be causing nightTab to reset to the default state try disabling other extensions or applications one by one to see if the problem persists. + +nightTab only [supports Chrome and Firefox](https://github.com/zombieFox/nightTab/wiki/Browser-support). This means no testing or development has been conducted on browsers like Brave, Edge or Opera to make sure user settings are saved correctly. This is outside the scope of this project. + +It is strongly advised that users [backup nightTab settings](https://github.com/zombieFox/nightTab/wiki/Data-backup-and-restore#backup-data) regularly.