mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 19:54:39 +00:00
fix(popup): correct incorrect transform on switches
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
export function createStandalone() {
|
||||
let standalone = $state(false);
|
||||
|
||||
function setStandalone(value: boolean) {
|
||||
standalone = value;
|
||||
}
|
||||
|
||||
return {
|
||||
get standalone() {
|
||||
return standalone;
|
||||
},
|
||||
setStandalone
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user