summaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-04-11 08:34:14 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-04-11 08:34:14 +0300
commite08bf8f56c078ba0e5c2aa363c43ea5db3561aa2 (patch)
tree6fbe657e55d531988e184b289275e5599ba2d4e4 /src/defs.h
parent44b1f58bb25817d2bc4578e727ce637752d00299 (diff)
Mobile: Long press to select; navbar page menu
DocumentWidget now supports a long-press drag selection mode. The context menu was moved to the URL bar, replacing the reload button.
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/defs.h b/src/defs.h
index 6b76ed71..e8043e1e 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -84,6 +84,7 @@ enum iFileVersion {
84#define unhappy_Icon "\U0001f641" 84#define unhappy_Icon "\U0001f641"
85#define globe_Icon "\U0001f310" 85#define globe_Icon "\U0001f310"
86#define magnifyingGlass_Icon "\U0001f50d" 86#define magnifyingGlass_Icon "\U0001f50d"
87#define midEllipsis_Icon "\u22ef"
87 88
88/* UI labels that depend on the platform */ 89/* UI labels that depend on the platform */
89 90