mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-24 14:31:44 +01:00
12 lines
263 B
JavaScript
12 lines
263 B
JavaScript
export const DOZZLE_SETTINGS_KEY = "DOZZLE_SETTINGS";
|
|
export const DEFAULT_SETTINGS = {
|
|
search: true,
|
|
size: "medium",
|
|
menuWidth: 15,
|
|
smallerScrollbars: false,
|
|
showTimestamp: true,
|
|
showAllContainers: false,
|
|
lightTheme: false,
|
|
hourStyle: "auto",
|
|
};
|