mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-06 19:12:30 +01:00
bcfb188cf2
Fix sidebar
12 lines
207 B
QML
12 lines
207 B
QML
import QtQuick
|
|
import QtQuick.Controls
|
|
import QtQuick.Layouts
|
|
import ScreenPlayUtil as Util
|
|
|
|
Util.Dialog {
|
|
id: root
|
|
|
|
standardButtons: Dialog.Ok
|
|
title: qsTr("Could not load steam integration!")
|
|
}
|