diff options
| author | RblSb <msrblsb@gmail.com> | 2023-01-07 08:20:41 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2023-01-07 08:20:41 +0300 |
| commit | b3d825acb9d12208cf44f2d4b385163a86c38695 (patch) | |
| tree | 09fdb4c54753c30f46f0c2824b550bbfb1217572 /src/client/ClientSettings.hx | |
| parent | c677e281d3d74d5925e19eb0479c27f46a3c7857 (diff) | |
Hints, Open in App button, ui animations
Diffstat (limited to 'src/client/ClientSettings.hx')
| -rw-r--r-- | src/client/ClientSettings.hx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/ClientSettings.hx b/src/client/ClientSettings.hx index c787824..8403ff3 100644 --- a/src/client/ClientSettings.hx +++ b/src/client/ClientSettings.hx @@ -12,5 +12,6 @@ typedef ClientSettings = { isUserListHidden:Bool, latestLinks:Array<String>, latestSubs:Array<String>, - hotkeysEnabled:Bool + hotkeysEnabled:Bool, + showHintList:Bool } |
