mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-31 01:11:26 +00:00
fix export / import error
This commit is contained in:
parent
03b04ad9b0
commit
55cd9123f2
1 changed files with 2 additions and 1 deletions
|
@ -88,6 +88,7 @@ export function doSetTheme(name) {
|
||||||
// update theme
|
// update theme
|
||||||
dispatch(doSetClientSetting(settings.THEME, theme.name));
|
dispatch(doSetClientSetting(settings.THEME, theme.name));
|
||||||
}
|
}
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
export function doDownloadLanguage(langFile) {
|
export function doDownloadLanguage(langFile) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue