fixed issue with saving alignment

This commit is contained in:
Tamius Han 2018-09-23 13:55:03 +02:00
parent 79f5ae01de
commit 2bd83fbc01
3 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,10 @@
## v3.x
### v3.2.1
* Fixed issue where global video alignment setting didn't get saved properly
### v3.2.0
* Zoom and panning

View File

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Ultrawidify",
"version": "3.2.0",
"version": "3.2.1",
"applications": {
"gecko": {
"id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}"

View File

@ -716,6 +716,9 @@ document.addEventListener("click", (e) => {
} else if (e.target.classList.contains("_align_ext_right")) {
settings.active.miscFullscreenSettings.videoFloat = 'right';
}
settings.save();
return;
}
if (e.target.classList.contains("_align_site")) {
if (!site) {