about summary refs log tree commit diff
path: root/src/view/index.ts
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-09-19 12:24:58 -0700
committerGitHub <noreply@github.com>2023-09-19 12:24:58 -0700
commitda8499c8810eccbb448516adedcbb19a1964c081 (patch)
tree313655842435ee59d98accdbba403d46aee0e242 /src/view/index.ts
parent9c4374f66a270c97a303821a39b9c0c6f5fd4e27 (diff)
downloadvoidsky-da8499c8810eccbb448516adedcbb19a1964c081.tar.zst
Add thread sort settings (#1475)
* Add thread sorting preferences

* UI tweaks

* Tweak settings

* Tune the copy
Diffstat (limited to 'src/view/index.ts')
-rw-r--r--src/view/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/view/index.ts b/src/view/index.ts
index 2fdc34e7b..da1b78146 100644
--- a/src/view/index.ts
+++ b/src/view/index.ts
@@ -36,6 +36,7 @@ import {faClone} from '@fortawesome/free-solid-svg-icons/faClone'
 import {faClone as farClone} from '@fortawesome/free-regular-svg-icons/faClone'
 import {faComment} from '@fortawesome/free-regular-svg-icons/faComment'
 import {faCommentSlash} from '@fortawesome/free-solid-svg-icons/faCommentSlash'
+import {faComments} from '@fortawesome/free-regular-svg-icons/faComments'
 import {faCompass} from '@fortawesome/free-regular-svg-icons/faCompass'
 import {faEllipsis} from '@fortawesome/free-solid-svg-icons/faEllipsis'
 import {faEnvelope} from '@fortawesome/free-solid-svg-icons/faEnvelope'
@@ -134,6 +135,7 @@ export function setup() {
     farClone,
     faComment,
     faCommentSlash,
+    faComments,
     faCompass,
     faEllipsis,
     faEnvelope,