fix(CommunityAssetsInfoPopup): fix missing OK button

needs the import for `standardButtons: Dialog.Ok`
This commit is contained in:
Lukáš Tinkl 2024-03-15 01:04:12 +01:00 committed by Lukáš Tinkl
parent 3b57ece338
commit be7e09ba97
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
import QtQuick 2.14
import QtQuick 2.15
import QtQuick.Controls 2.15
import StatusQ.Core 0.1
import StatusQ.Popups.Dialog 0.1