We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a363f69 commit 7c431b2Copy full SHA for 7c431b2
index.html
@@ -67,7 +67,7 @@
67
</button>
68
</li>
69
<li>
70
- <button class="btn btn-sidebar" id="save-file" data-toggle="tooltip" title="Save SQLite File">
+ <button class="btn btn-sidebar" id="save-file" data-toggle="tooltip" title="Save As New SQLite File">
71
<i class="fa fa-floppy-o" aria-hidden="true"></i>
72
73
main.js
@@ -50,7 +50,7 @@ function getTemplate() {
50
}
51
},
52
{
53
- label: "Save SQLite File",
+ label: "Save As New SQLite File",
54
accelerator: 'CmdOrCtrl+S',
55
click: function (menuItem, currentWindow) {
56
currentWindow.webContents.send('save-SQLite')
0 commit comments