make sounds great again
This commit is contained in:
parent
bad780ce96
commit
9cff3868de
6 changed files with 30 additions and 0 deletions
|
|
@ -94,6 +94,13 @@ export default class MiOS extends EventEmitter {
|
|||
return localStorage.getItem('debug') == 'true';
|
||||
}
|
||||
|
||||
/**
|
||||
* Whether enable sounds
|
||||
*/
|
||||
public get isEnableSounds() {
|
||||
return localStorage.getItem('enableSounds') == 'true';
|
||||
}
|
||||
|
||||
public apis: API;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue