Improve light mode dark mode copy
This commit is contained in:
parent
803d9eb7ad
commit
1a59133168
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue