abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/Config.java
diff options
context:
space:
mode:
authorPatrick2026-05-07 20:16:23 +0200
committerPatrick2026-05-07 20:16:23 +0200
commitb866f59e400973c2f7ba0e97517fdddeb3efbb33 (patch)
tree20c702893298303445e4513de78a9fd83ca5bf94 /srcs/juloo.keyboard2/Config.java
parent5cfb4e328e4985f9ea7c145a76938f48e9df6fef (diff)
parentb807f217a06d3312e05a25c23342f41d339e76c6 (diff)
downloadunexpected-keyboard-b866f59e400973c2f7ba0e97517fdddeb3efbb33.tar.gz
unexpected-keyboard-b866f59e400973c2f7ba0e97517fdddeb3efbb33.zip
Merge branch 'master' into skintones
Diffstat (limited to 'srcs/juloo.keyboard2/Config.java')
-rw-r--r--srcs/juloo.keyboard2/Config.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/srcs/juloo.keyboard2/Config.java b/srcs/juloo.keyboard2/Config.java
index 98bb72b..e4694e8 100644
--- a/srcs/juloo.keyboard2/Config.java
+++ b/srcs/juloo.keyboard2/Config.java
@@ -84,6 +84,7 @@ public final class Config
public Map<KeyValue, KeyboardData.PreferredPos> extra_keys_param;
public Map<KeyValue, KeyboardData.PreferredPos> extra_keys_custom;
public Cdict current_dictionary = null; // Might be 'null'.
+ public Cdict emoji_dictionary = null; // Might be 'null'.
public IKeyEventHandler handler;
public boolean orientation_landscape = false;
public boolean foldable_unfolded = false;