mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Change blank tab url to empty QUrl()
This commit is contained in:
parent
5873ed48fd
commit
da8e9732f7
|
@ -851,7 +851,7 @@ void Preferences::saveSettings()
|
|||
|
||||
switch (ui->newTab->currentIndex()) {
|
||||
case 0:
|
||||
settings.setValue("newTabUrl", QUrl(QSL("about:blank")));
|
||||
settings.setValue("newTabUrl", QUrl());
|
||||
break;
|
||||
|
||||
case 1:
|
||||
|
|
Loading…
Reference in New Issue
Block a user