Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baumgarr/nixnote2
/ setDeleteConfirmation
Method
setDeleteConfirmation
global.cpp:281–285 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
279
280
281
void Global::setDeleteConfirmation(bool value) {
282
settings->beginGroup(
"Appearance"
);
283
settings->setValue(
"confirmDeletes"
, value);
284
settings->endGroup();
285
}
286
287
288
// Should we confirm all deletes?
Callers
1
saveValues
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected