mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 18:56:34 +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()) {
|
switch (ui->newTab->currentIndex()) {
|
||||||
case 0:
|
case 0:
|
||||||
settings.setValue("newTabUrl", QUrl(QSL("about:blank")));
|
settings.setValue("newTabUrl", QUrl());
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 1:
|
case 1:
|
||||||
|
Loading…
Reference in New Issue
Block a user