You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-27 23:28:38 +02:00
Desktop: UI update (#3586)
This commit is contained in:
@ -22,7 +22,7 @@ class NoteListComponent extends Component {
|
||||
}
|
||||
|
||||
styles() {
|
||||
const themeId = this.props.theme;
|
||||
const themeId = this.props.themeId;
|
||||
const theme = themeStyle(themeId);
|
||||
|
||||
if (this.styles_[themeId]) return this.styles_[themeId];
|
||||
@ -114,7 +114,7 @@ const NoteList = connect(state => {
|
||||
items: state.notes,
|
||||
folders: state.folders,
|
||||
notesSource: state.notesSource,
|
||||
theme: state.settings.theme,
|
||||
themeId: state.settings.theme,
|
||||
noteSelectionEnabled: state.noteSelectionEnabled,
|
||||
};
|
||||
})(NoteListComponent);
|
||||
|
Reference in New Issue
Block a user