- Breaking change: For checkbox for persisting choice of initial use storage

approval in storage extension dialog, turn on by default for convenience of
  most users (must still hit "ok" and users can still turn off the checkbox)
This commit is contained in:
Brett Zamir
2018-10-20 23:38:47 +08:00
parent 644af63e4a
commit 5d9da2d56e
2 changed files with 4 additions and 1 deletions

View File

@@ -261,7 +261,7 @@ export default {
null,
{
label: rememberLabel,
checked: false,
checked: true,
tooltip: rememberTooltip
}
);