mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 15:25:51 +01:00
renamed settings to options for consistency
This commit is contained in:
@@ -8,7 +8,7 @@ function showMessage(message) {
|
||||
// options
|
||||
message: message
|
||||
}, {
|
||||
// settings
|
||||
// options
|
||||
type: 'success',
|
||||
delay: 3000
|
||||
});
|
||||
@@ -21,7 +21,7 @@ function showError(message, delay = 10000) {
|
||||
// options
|
||||
message: message
|
||||
}, {
|
||||
// settings
|
||||
// options
|
||||
type: 'danger',
|
||||
delay: delay
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user