mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-07 06:43:44 +08:00
chore: disable websocket logging by default to reduce performance consumption.
This commit is contained in:
parent
95c6578911
commit
5e00287045
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user