mirror of https://github.com/keeweb/keeweb
fixed local file icon
parent
8bcdc6d109
commit
a3e27709d0
|
@ -191,7 +191,7 @@ class OpenView extends View {
|
|||
Alerts.alert({
|
||||
header: Locale.openLocalFile,
|
||||
body: Locale.openLocalFileBody,
|
||||
icon: 'file-text',
|
||||
icon: 'file-alt',
|
||||
buttons: [
|
||||
{ result: 'skip', title: Locale.openLocalFileDontShow, error: true },
|
||||
{ result: 'ok', title: Locale.alertOk }
|
||||
|
|
Loading…
Reference in New Issue