Closed C0de3nchantress closed 1 month ago
Fixes #1203
Implement a private/read-only mode in Kiwix Desktop to protect user privacy by not writing anything to storage.
isPrivateMode()
src/settingsmanager.cpp
src/settingsmanager.h
.private
src/kiwixapp.cpp
src/kiwixapp.h
src/mainwindow.cpp
src/mainwindow.h
README.md
For more details, open the Copilot Workspace session.
Fixes #1203
Implement a private/read-only mode in Kiwix Desktop to protect user privacy by not writing anything to storage.
isPrivateMode()
insrc/settingsmanager.cpp
andsrc/settingsmanager.h
to check for the presence of a.private
file.src/kiwixapp.cpp
andsrc/kiwixapp.h
to include a check for private mode and prevent any write operations if the mode is active.src/mainwindow.cpp
andsrc/mainwindow.h
to add a toggle option in the UI for activating/deactivating private mode.README.md
explaining the private/read-only mode and how to activate it via the UI or a.private
file.For more details, open the Copilot Workspace session.