mirror of
https://github.com/mue/mue.git
synced 2026-07-17 14:04:09 +02:00
fix: background hot reload, settings issue, remove navbar hover setting
This commit is contained in:
@@ -26,6 +26,7 @@ export default class About extends React.PureComponent {
|
||||
|
||||
async getGitHubData() {
|
||||
let contributors, sponsors, photographers, versionData;
|
||||
|
||||
try {
|
||||
contributors = await (await fetch(window.constants.GITHUB_URL + '/repos/mue/mue/contributors', { signal: this.controller.signal })).json();
|
||||
sponsors = (await (await fetch(window.constants.SPONSORS_URL + '/list', { signal: this.controller.signal })).json()).sponsors;
|
||||
|
||||
@@ -32,7 +32,6 @@ export default function AppearanceSettings() {
|
||||
<h3>{appearance.navbar.title}</h3>
|
||||
<Checkbox name='notesEnabled' text={appearance.navbar.notes} element='.other' />
|
||||
<Checkbox name='refresh' text={appearance.navbar.refresh} element='.other' />
|
||||
<Checkbox name='navbarHover' text={appearance.navbar.hover} element='.other' />
|
||||
|
||||
<h3>{appearance.font.title}</h3>
|
||||
<Text title={appearance.font.custom} name='font' upperCaseFirst={true} category='other' />
|
||||
|
||||
Reference in New Issue
Block a user