tweak client

This commit is contained in:
syuilo
2023-01-09 09:04:35 +09:00
parent 91ced90fb2
commit 8524e9d735
7 changed files with 15 additions and 15 deletions

View File

@ -18,7 +18,7 @@ const name = 'clicker';
const widgetPropsDef = {
showHeader: {
type: 'boolean' as const,
default: true,
default: false,
},
};