mirror of
https://github.com/frappe/books.git
synced 2024-12-24 11:55:46 +00:00
fix(ux): rename default db file
This commit is contained in:
parent
60d88a0a9d
commit
6fdabcb68c
@ -12,7 +12,7 @@ import migrate from './migrate';
|
|||||||
export async function createNewDatabase() {
|
export async function createNewDatabase() {
|
||||||
const options = {
|
const options = {
|
||||||
title: _('Select folder'),
|
title: _('Select folder'),
|
||||||
defaultPath: 'frappe-books.db',
|
defaultPath: 'books.db',
|
||||||
};
|
};
|
||||||
|
|
||||||
let { canceled, filePath } = await ipcRenderer.invoke(
|
let { canceled, filePath } = await ipcRenderer.invoke(
|
||||||
|
Loading…
Reference in New Issue
Block a user