[libcalamares] Selector wasn't saved for later queries
This commit is contained in:
parent
4ea29b1cf1
commit
44559d24bd
@ -58,6 +58,7 @@ Handler::Handler()
|
||||
Handler::Handler( const QString& implementation, const QString& url, const QString& selector )
|
||||
: m_type( Type::None )
|
||||
, m_url( url )
|
||||
, m_selector( selector )
|
||||
{
|
||||
bool ok = false;
|
||||
m_type = handlerTypes().find( implementation, ok );
|
||||
|
Loading…
Reference in New Issue
Block a user