Fix tray visibility and message reception issues
- Disable sound initialization to prevent hanging
- Add missing import re in utils.py
- Fix settings loading for QSettings
- Update file paths to use PROJECT_ROOT
- Revert to working API paths and listener from commit efdc63e
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,8 @@
|
||||
module QtQuick.Window
|
||||
linktarget Qt6::quickwindow
|
||||
plugin quickwindowplugin
|
||||
classname QtQuick_WindowPlugin
|
||||
typeinfo quickwindow.qmltypes
|
||||
import QtQuick auto
|
||||
prefer :/qt-project.org/imports/QtQuick/Window/
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
import QtQuick.tooling 1.2
|
||||
|
||||
// This file describes the plugin-supplied types contained in the library.
|
||||
// It is used for QML tooling purposes only.
|
||||
//
|
||||
// This file was auto-generated by qmltyperegistrar.
|
||||
|
||||
Module {}
|
||||
Reference in New Issue
Block a user