mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 17:15:38 +08:00
chore: disable websocket logging by default to reduce performance consumption.
This commit is contained in:
@@ -5,7 +5,7 @@ const [ThemeModeProvider, useThemeMode, useSetThemeMode] = createContextState<
|
|||||||
"light" | "dark"
|
"light" | "dark"
|
||||||
>("light");
|
>("light");
|
||||||
|
|
||||||
export const useEnableLog = () => useLocalStorage("enable-log", true);
|
export const useEnableLog = () => useLocalStorage("enable-log", false);
|
||||||
|
|
||||||
interface IConnectionSetting {
|
interface IConnectionSetting {
|
||||||
layout: "table" | "list";
|
layout: "table" | "list";
|
||||||
|
|||||||
Reference in New Issue
Block a user