improving share mechanism
This commit is contained in:
@ -36,6 +36,10 @@ function loadFromURL() {
|
||||
shareData.uiOpacity !== undefined
|
||||
? shareData.uiOpacity
|
||||
: savedSettings.uiOpacity,
|
||||
hueShift:
|
||||
shareData.hueShift !== undefined
|
||||
? shareData.hueShift
|
||||
: savedSettings.hueShift,
|
||||
});
|
||||
|
||||
console.log('Settings updated from URL');
|
||||
|
||||
Reference in New Issue
Block a user