feat: settings dialog and moved theme settings to dialog from sidebar (#570)
* feat: settings dialog and moved theme settings to dialog from sidebar. * chore(locale): move some labels to settings from sidebar
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export interface Settings {
|
||||
theme: 'light' | 'dark';
|
||||
}
|
||||
Reference in New Issue
Block a user