This commit is contained in:
Mo Bitar
2018-07-19 22:26:23 -05:00
parent 1250f3fd5e
commit 5b6f724676

View File

@@ -11,7 +11,7 @@
%menu-row{"label" => "'Clear all local history'", "ng-click" => "clearAllHistory(); $event.stopPropagation();"}
%menu-row{"label" => "(diskEnabled ? 'Disable' : 'Enable') + ' saving history to disk'", "ng-click" => "toggleDiskSaving(); $event.stopPropagation();"}
.sublabel
May increase app loading speed and memory footprint.
Saving to disk may decrease app loading speed and increase memory footprint.
%menu-row{"ng-repeat" => "revision in history.revisions",
"ng-click" => "openRevision(revision); $event.stopPropagation();",