refactor: replace 'let' with 'const' for better variable scoping and immutability
This commit is contained in:
@@ -34,7 +34,7 @@ import { useLocalStorage } from "foxact/use-local-storage";
|
||||
import { LogLevel } from "@/hooks/use-log-data";
|
||||
|
||||
const appWindow = getCurrentWebviewWindow();
|
||||
export let portableFlag = false;
|
||||
export const portableFlag = false;
|
||||
|
||||
dayjs.extend(relativeTime);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user