mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +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() {
|
||||
const options = {
|
||||
title: _('Select folder'),
|
||||
defaultPath: 'frappe-books.db',
|
||||
defaultPath: 'books.db',
|
||||
};
|
||||
|
||||
let { canceled, filePath } = await ipcRenderer.invoke(
|
||||
|
Loading…
Reference in New Issue
Block a user