|
|
@@ -606,7 +606,7 @@ function App(props: { onSnapshot?: () => Promise<string[]> }) {
|
|
|
category: "System",
|
|
|
},
|
|
|
{
|
|
|
- title: "Toggle theme mode",
|
|
|
+ title: mode() === "dark" ? "Switch to light mode" : "Switch to dark mode",
|
|
|
value: "theme.switch_mode",
|
|
|
onSelect: (dialog) => {
|
|
|
setMode(mode() === "dark" ? "light" : "dark")
|