QupZilla / qupzilla

Cross-platform Qt web browser
http://www.qupzilla.com
GNU General Public License v3.0
1.11k stars 350 forks source link

fixed drop url over unrestored tabs #2604

Closed tarptaeya closed 6 years ago

tarptaeya commented 6 years ago

If the tab is not restored then, restore it and load the dropped url

nowrep commented 6 years ago

Oh and most important: This should be handled in WebTab::load, not here.

tarptaeya commented 6 years ago

Done