Skip to content

Commit e6c6bd6

Browse files
committed
Make virtual keyboard auto show/hide default true again.
1 parent 0240758 commit e6c6bd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/fcitx/instance_p.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,9 @@ class InstancePrivate : public QPtrHolder<Instance> {
219219

220220
std::string lastGroup_;
221221

222-
bool virtualKeyboardAutoShow_ = false;
222+
bool virtualKeyboardAutoShow_ = true;
223223

224-
bool virtualKeyboardAutoHide_ = false;
224+
bool virtualKeyboardAutoHide_ = true;
225225

226226
VirtualKeyboardFunctionMode virtualKeyboardFunctionMode_ =
227227
VirtualKeyboardFunctionMode::Full;

0 commit comments

Comments
 (0)