アニメーションを無効にするオプションを実装

This commit is contained in:
syuilo 2018-09-16 03:46:53 +09:00
parent ce659f9926
commit 7d76887517
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
10 changed files with 26 additions and 18 deletions

View file

@ -38,6 +38,7 @@ const defaultSettings = {
};
const defaultDeviceSettings = {
animations: true,
apiViaStream: true,
autoPopout: false,
darkmode: false,