feat(ui): Add local login setting (#817)

This commit is contained in:
TheCatLady
2021-02-02 20:16:44 -05:00
committed by GitHub
parent b576f0734f
commit 9d0d5b86aa
11 changed files with 68 additions and 22 deletions

View File

@@ -142,6 +142,7 @@ CoreApp.getInitialProps = async (initialProps) => {
hideAvailable: false,
movie4kEnabled: false,
series4kEnabled: false,
localLogin: true,
};
let locale = 'en';