forked from quickshell/quickshell
core/intercept: do not intercept non qml files
Avoids forcing Images to lazy load which causes unexpected flashes.
This commit is contained in:
parent
518977932d
commit
9f38908bdf
4 changed files with 23 additions and 0 deletions
|
@ -29,6 +29,7 @@ public:
|
|||
static EngineGeneration* findObjectGeneration(QObject* object);
|
||||
|
||||
QmlScanner scanner;
|
||||
QsUrlInterceptor urlInterceptor;
|
||||
QsInterceptNetworkAccessManagerFactory interceptNetFactory;
|
||||
QQmlEngine engine;
|
||||
ShellRoot* root = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue