mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-22 23:16:53 +00:00
Confirmation message for $tw.slowmo()
This commit is contained in:
parent
4655a7a4d7
commit
8c73d8db4b
@ -22,6 +22,7 @@ exports.slowmo = function(status) {
|
||||
$tw.config.preferences.animationDuration = 400;
|
||||
}
|
||||
$tw.config.preferences.animationDurationMs = $tw.config.preferences.animationDuration + "ms";
|
||||
return "Slowmo is " + ($tw.config.preferences.animationDuration === 400 ? "dis" : "") + "engaged."
|
||||
};
|
||||
|
||||
})();
|
||||
|
Loading…
Reference in New Issue
Block a user