mirror of
https://github.com/liriliri/eruda.git
synced 2026-04-01 10:18:35 +08:00
feat: change default transparency to 1
This commit is contained in:
@@ -141,7 +141,7 @@ export default class DevTools extends Emitter {
|
||||
}
|
||||
initCfg(settings) {
|
||||
const cfg = (this.config = Settings.createCfg('dev-tools', {
|
||||
transparency: 0.95,
|
||||
transparency: 1,
|
||||
displaySize: 80,
|
||||
activeEruda: false,
|
||||
theme: 'Light'
|
||||
|
||||
Reference in New Issue
Block a user