feat: make delete backups checkbox off by default
This commit is contained in:
@@ -23,9 +23,7 @@ const ConfirmSignoutContainer = observer((props: Props) => {
|
||||
});
|
||||
|
||||
const ConfirmSignoutModal = observer(({ application, appState }: Props) => {
|
||||
const [deleteLocalBackups, setDeleteLocalBackups] = useState(
|
||||
application.hasAccount()
|
||||
);
|
||||
const [deleteLocalBackups, setDeleteLocalBackups] = useState(false);
|
||||
|
||||
const cancelRef = useRef<HTMLButtonElement>();
|
||||
function close() {
|
||||
|
||||
Reference in New Issue
Block a user