mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
change default storage name from debugging to production
This commit is contained in:
@@ -55,7 +55,7 @@ class Main extends React.Component {
|
|||||||
dataApi
|
dataApi
|
||||||
.addStorage({
|
.addStorage({
|
||||||
name: 'My Storage',
|
name: 'My Storage',
|
||||||
path: path.join(remote.app.getPath('home'), 'Boostnote1')
|
path: path.join(remote.app.getPath('home'), 'Boostnote')
|
||||||
})
|
})
|
||||||
.then((data) => {
|
.then((data) => {
|
||||||
return data
|
return data
|
||||||
|
|||||||
Reference in New Issue
Block a user