Correct Corruption in CustomCommands (#3933)
This commit is contained in:
commit
d4a50166e8
5 changed files with 5 additions and 1 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -10,6 +10,7 @@ on:
|
||||||
- "**.cpp"
|
- "**.cpp"
|
||||||
- "**.h"
|
- "**.h"
|
||||||
- "**.java"
|
- "**.java"
|
||||||
|
- "**.ui"
|
||||||
|
|
||||||
# Directories
|
# Directories
|
||||||
- "buildconfig/"
|
- "buildconfig/"
|
||||||
|
|
1
.github/workflows/codeql.yml
vendored
1
.github/workflows/codeql.yml
vendored
|
@ -10,6 +10,7 @@ on:
|
||||||
- "**.cpp"
|
- "**.cpp"
|
||||||
- "**.h"
|
- "**.h"
|
||||||
- "**.java"
|
- "**.java"
|
||||||
|
- "**.ui"
|
||||||
|
|
||||||
# Directories
|
# Directories
|
||||||
- "buildconfig/"
|
- "buildconfig/"
|
||||||
|
|
1
.github/workflows/flatpak.yml
vendored
1
.github/workflows/flatpak.yml
vendored
|
@ -13,6 +13,7 @@ on:
|
||||||
- "**.cpp"
|
- "**.cpp"
|
||||||
- "**.h"
|
- "**.h"
|
||||||
- "**.java"
|
- "**.java"
|
||||||
|
- "**.ui"
|
||||||
|
|
||||||
# Build files
|
# Build files
|
||||||
- "flatpak/"
|
- "flatpak/"
|
||||||
|
|
1
.github/workflows/nix.yml
vendored
1
.github/workflows/nix.yml
vendored
|
@ -12,6 +12,7 @@ on:
|
||||||
- "**.cpp"
|
- "**.cpp"
|
||||||
- "**.h"
|
- "**.h"
|
||||||
- "**.java"
|
- "**.java"
|
||||||
|
- "**.ui"
|
||||||
|
|
||||||
# Build files
|
# Build files
|
||||||
- "**.nix"
|
- "**.nix"
|
||||||
|
|
|
@ -86,7 +86,7 @@
|
||||||
<string>P&ost-exit Command</string>
|
<string>P&ost-exit Command</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="buddy">
|
<property name="buddy">
|
||||||
<cstring>labelPostExitCmd</cstring>
|
<cstring>postExitCmdTextBox</cstring>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue