We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the tab/window hiding functionality can be enabled and disabled by setting the showHidden flag in the QML in TabView.qml:
showHidden
TabView.qml
https://github.com/llewelld/sailfish-browser/blob/e2b97dadf035ee3d94dd35264b2694934b858ef3/apps/browser/qml/pages/components/TabView.qml#L117C26-L117C26
model: TabFilterModel { sourceModel: tabItem.privateMode ? webView.privateTabModel : webView.persistentTabModel showHidden: false }
To allow this to be set dynamically by the user we should create a preference that allows this to be configured using about.config.
about.config
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the tab/window hiding functionality can be enabled and disabled by setting the
showHidden
flag in the QML inTabView.qml
:https://github.com/llewelld/sailfish-browser/blob/e2b97dadf035ee3d94dd35264b2694934b858ef3/apps/browser/qml/pages/components/TabView.qml#L117C26-L117C26
To allow this to be set dynamically by the user we should create a preference that allows this to be configured using
about.config
.The text was updated successfully, but these errors were encountered: