mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
Slightly changed hover information
Now it's more in line with the toplevel indicator message.
This commit is contained in:
+1
-1
@@ -289,7 +289,7 @@ function markIfModified(setting_name, value) {
|
||||
let is_new_value = JSON.stringify(value) != previous_value_json
|
||||
elem.disabled = !is_new_value
|
||||
if (is_new_value) {
|
||||
elem.title = `Changed from previous value: ${previous_value_json}`
|
||||
elem.title = `Click to revert to previous value: ${previous_value_json}`
|
||||
}
|
||||
|
||||
// Get parent tab element
|
||||
|
||||
Reference in New Issue
Block a user