Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
flatsiedatsie authored Jun 14, 2022
1 parent 9ec632a commit 290fbfc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}
},
"short_name": "Privacy",
"version": "0.2.5",
"version": "0.2.6",
"web_accessible_resources": [
"css/*.css",
"images/*.svg",
Expand Down
4 changes: 4 additions & 0 deletions pkg/privacy_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ def __init__(self, verbose=False):
self.persistent_data['printer_contrast'] = 'medium'
should_save_persistent_data = True

if 'printer_interval' not in self.persistent_data:
self.persistent_data['printer_interval'] = 'none':
should_save_persistent_data = True

if should_save_persistent_data:
self.save_persistent_data()

Expand Down
2 changes: 1 addition & 1 deletion views/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h4>Quick delete</h4>
</div>


<p>Note: this addon massages data as quickly as possible, but in the logs may retain some data from the last few seconds.</p>
<!--<p>Note: this addon massages data as quickly as possible, but in the logs may retain some data from the last few seconds.</p>-->
</div>

<div id="extension-privacy-manager-tab-data-sculptor" class="extension-privacy-manager-tab">
Expand Down

0 comments on commit 290fbfc

Please sign in to comment.