[TabServer] ensure "isOpen" settings value is always persisted/kepy in sync (#7085)

Took 23 minutes

Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
This commit is contained in:
BruebachL 2026-08-09 01:44:22 +02:00 committed by GitHub
parent 827e44a4d3
commit e65fcbfa7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -583,6 +583,7 @@ void TabSupervisor::actTabServer(bool checked)
void TabSupervisor::openTabServer() void TabSupervisor::openTabServer()
{ {
SettingsCache::instance().tabs().setTabServerOpen(true);
if (tabServer) { if (tabServer) {
return; return;
} }