mirror of
https://github.com/Aitum/obs-aitum-multistream.git
synced 2024-11-21 18:02:33 +01:00
Bump version
This commit is contained in:
parent
ea7fd3e0c3
commit
e156f504e8
@ -1,10 +1,8 @@
|
||||
# --- Detect if the plugin is build out of tree or not ---
|
||||
if(CMAKE_PROJECT_NAME STREQUAL "obs-studio")
|
||||
set(BUILD_OUT_OF_TREE OFF)
|
||||
set(OBS_FRONTEND_API_NAME "obs-frontend-api")
|
||||
else()
|
||||
set(BUILD_OUT_OF_TREE ON)
|
||||
set(OBS_FRONTEND_API_NAME "frontend-api")
|
||||
cmake_minimum_required(VERSION 3.16...3.26)
|
||||
endif()
|
||||
include("${CMAKE_CURRENT_SOURCE_DIR}/cmake/common/bootstrap.cmake" NO_POLICY_SCOPE)
|
||||
|
@ -38,7 +38,7 @@
|
||||
},
|
||||
"name": "aitum-multistream",
|
||||
"displayName": "Aitum Multistream",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"author": "Aitum",
|
||||
"website": "https://aitum.tv",
|
||||
"email": "support@aitum.tv",
|
||||
|
@ -378,7 +378,7 @@ OBSBasicSettings::OBSBasicSettings(QMainWindow *parent) : QDialog(parent)
|
||||
|
||||
newVersion = new QLabel;
|
||||
newVersion->setProperty("themeID", "warning");
|
||||
newVersion->setProperty("class", "text-warning");
|
||||
newVersion->setProperty("class", "text-warning");
|
||||
newVersion->setVisible(false);
|
||||
newVersion->setOpenExternalLinks(true);
|
||||
newVersion->setSizePolicy(QSizePolicy::Ignored, QSizePolicy::Fixed);
|
||||
|
Loading…
Reference in New Issue
Block a user