diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-09-19 23:35:43 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-09-19 23:35:43 +0200 |
commit | 2c20acb1981fc8fbd884dbece2a1115ca37732d2 (patch) | |
tree | cafd753960b509f1c572448aaf7591a4ddb2dce8 /doc/Usage/Profile.md | |
parent | clang-format pass (diff) | |
download | smolbote-2c20acb1981fc8fbd884dbece2a1115ca37732d2.tar.xz |
Update documentation
Diffstat (limited to 'doc/Usage/Profile.md')
-rw-r--r-- | doc/Usage/Profile.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/Usage/Profile.md b/doc/Usage/Profile.md new file mode 100644 index 0000000..d205a86 --- /dev/null +++ b/doc/Usage/Profile.md @@ -0,0 +1,17 @@ +Profiles are read from profile.path + +## Settings + +- otr (defaults to true) - is this profile off-the-record +- name (defaults to the configuration file name) +- search (defaults to profile.search) - search engine url +- homepage (defaults to profile.homepage) +- newtab (defaults to profile.newtab) + +### Properties +Key is property name; value is property value + +### Attributes +see QWebEngineSetting::WebAttribute for list of IDs. +Key is attribute id; value is attribute value (true/false) + |