Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baumgarr/nixnote2
/ setNewNoteFocusToTitle
Method
setNewNoteFocusToTitle
global.cpp:1175–1179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1173
}
1174
1175
void Global::setNewNoteFocusToTitle(bool focus) {
1176
settings->beginGroup(
"Appearance"
);
1177
settings->setValue(
"newNoteFocusOnTitle"
, focus);
1178
settings->endGroup();
1179
}
1180
1181
1182
Callers
1
saveValues
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected