diff --git a/GlosSIConfig/Resource.rc b/GlosSIConfig/Resource.rc index 0b0e8ee..7fe8904 100644 --- a/GlosSIConfig/Resource.rc +++ b/GlosSIConfig/Resource.rc @@ -51,8 +51,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,0,1,0 - PRODUCTVERSION 0,0,1,0 + FILEVERSION 0,0,1,001006800550 + PRODUCTVERSION 0,0,1,001006800550 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -69,12 +69,12 @@ BEGIN BEGIN VALUE "CompanyName", "Peter Repukat - FlatspotSoftware" VALUE "FileDescription", "GlosSI - Config" - VALUE "FileVersion", "0.0.1.0" + VALUE "FileVersion", "0.0.1.0-1-g68bd55d" VALUE "InternalName", "GlosSIConfig" VALUE "LegalCopyright", "Copyright (C) 2021 Peter Repukat - FlatspotSoftware" VALUE "OriginalFilename", "GlosSIConfig.exe" VALUE "ProductName", "GlosSi" - VALUE "ProductVersion", "0.0.1.0" + VALUE "ProductVersion", "0.0.1.0-1-g68bd55d" END END BLOCK "VarFileInfo" @@ -225,6 +225,14 @@ END + + + + + + + + diff --git a/GlosSIConfig/qml/ShortcutCards.qml b/GlosSIConfig/qml/ShortcutCards.qml index a619057..faadf28 100644 --- a/GlosSIConfig/qml/ShortcutCards.qml +++ b/GlosSIConfig/qml/ShortcutCards.qml @@ -174,6 +174,9 @@ GridView { anchors.bottom: parent.bottom width: 72 onClicked: function(){ + if (steamShortcutsChanged == false) { + steamChangedDialog.open(); + } if (delegateRoot.isInSteam) { if (!uiModel.removeFromSteam(modelData.name)) { writeErrorDialog.open();