Skip to content

Commit 456212f

Browse files
committed
startmode: capitalize value
1 parent bb96f87 commit 456212f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if(BUILD_REFERENCE)
1010
add_definitions(-DBUILD_REFERENCE=${BUILD_REFERENCE})
1111
endif()
1212

13-
set(PLUGIN_LAUNCHER_STARTMODE "activated" CACHE STRING "Automatically start the plugin")
13+
set(PLUGIN_LAUNCHER_STARTMODE "Activated" CACHE STRING "Automatically start the plugin")
1414
find_package(${NAMESPACE}Plugins REQUIRED)
1515

1616
add_library(${MODULE_NAME} SHARED

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Plugin to "Launch" linux applications and scripts
1616
"precondition":[
1717
"Platform"
1818
],
19-
"startmode":"activated"
19+
"startmode":"Activated"
2020
}
2121
```
2222

@@ -30,7 +30,7 @@ Plugin to "Launch" linux applications and scripts
3030
"precondition":[
3131
"Platform"
3232
],
33-
"startmode":"activated",
33+
"startmode":"Activated",
3434
"configuration": {
3535
"command":"du"
3636
}
@@ -47,7 +47,7 @@ Plugin to "Launch" linux applications and scripts
4747
"precondition":[
4848
"Platform"
4949
],
50-
"startmode":"activated",
50+
"startmode":"Activated",
5151
"configuration": {
5252
"command":"du",
5353
"parameters": [
@@ -144,7 +144,7 @@ Note:
144144
"precondition":[
145145
"Platform"
146146
],
147-
"startmode":"activated",
147+
"startmode":"Activated",
148148
"configuration": {
149149
"command":"du",
150150
"closetime":5

0 commit comments

Comments
 (0)