diff --git a/src/components/modal/modal.vue b/src/components/modal/modal.vue
index 875d74e..2398d50 100644
--- a/src/components/modal/modal.vue
+++ b/src/components/modal/modal.vue
@@ -29,7 +29,9 @@
@click="closeModal()"
>×
-
+
+
+
@@ -63,7 +65,11 @@ export default {
.content {
position: relative;
+ }
+ .content-wrapper {
+ overflow-y: auto;
+ height: calc(100% - 50px);
label {
font-weight: bold;
color: #FFF;
diff --git a/src/components/preferences/messages.json b/src/components/preferences/messages.json
index 741c106..4647049 100644
--- a/src/components/preferences/messages.json
+++ b/src/components/preferences/messages.json
@@ -2,7 +2,9 @@
"en-US": {
"preferences": "Preferences",
"lowMemoryMode": "Low memory mode",
- "lowMemoryExpl": "On devices with low memory (like phones), this mode is recommended to reduce the amount of allocated memory. It comes at the expense of combining several brush strokes into a single history state (e.g. undo will go back several strokes instead of one).",
+ "lowMemoryExpl": "On devices with low memory (like phones), this mode is recommended to reduce the amount of allocated memory. It comes at the expense of brush history accuracy (e.g. undo will go back several strokes instead of one).",
+ "wasmFilters": "Web Assembly filters",
+ "wasmFiltersExpl": "Experimental feature. If application of layer filters is slow, you can enable this mode which offers a performance gain depending on your environment.",
"save": "Save",
"cancel": "Cancel"
}
diff --git a/src/components/preferences/preferences.vue b/src/components/preferences/preferences.vue
index d28bd63..50aa5f0 100644
--- a/src/components/preferences/preferences.vue
+++ b/src/components/preferences/preferences.vue
@@ -21,7 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-
+
@@ -34,6 +34,15 @@
/>