fixed issue with saving alignment
This commit is contained in:
parent
79f5ae01de
commit
2bd83fbc01
@ -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
|
||||
|
@ -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}"
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user