FakeVim: Set settings page to manual apply

The default is badly chosen, but it's what it is for now.

Tested best with the "Show line numbers relative to cursor"
option, which should have immediate effect on "Apply" - and only
then.

Change-Id: I78864457b44032810b78fdef9e4a5ac4c287dd50
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2021-03-17 13:18:03 +01:00
parent 9602338ce8
commit 0f6d04ce34

View File

@@ -81,6 +81,8 @@ QString FvBaseAspect::settingsKey() const
FakeVimSettings::FakeVimSettings()
{
setAutoApply(false);
#ifndef FAKEVIM_STANDALONE
setup(&useFakeVim, false, "UseFakeVim", {}, tr("Use FakeVim"));
#endif