Skip to content

Commit

Permalink
Make virtual keyboard auto show/hide default true again.
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt committed Dec 7, 2024
1 parent 0240758 commit e6c6bd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/fcitx/instance_p.h
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,9 @@ class InstancePrivate : public QPtrHolder<Instance> {

std::string lastGroup_;

bool virtualKeyboardAutoShow_ = false;
bool virtualKeyboardAutoShow_ = true;

bool virtualKeyboardAutoHide_ = false;
bool virtualKeyboardAutoHide_ = true;

VirtualKeyboardFunctionMode virtualKeyboardFunctionMode_ =
VirtualKeyboardFunctionMode::Full;
Expand Down

0 comments on commit e6c6bd6

Please sign in to comment.