Correct Corruption in CustomCommands (#3933)

This commit is contained in:
timoreo 2025-07-03 07:56:59 +02:00 committed by GitHub
commit d4a50166e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 1 deletions

View file

@ -10,6 +10,7 @@ on:
- "**.cpp" - "**.cpp"
- "**.h" - "**.h"
- "**.java" - "**.java"
- "**.ui"
# Directories # Directories
- "buildconfig/" - "buildconfig/"

View file

@ -10,6 +10,7 @@ on:
- "**.cpp" - "**.cpp"
- "**.h" - "**.h"
- "**.java" - "**.java"
- "**.ui"
# Directories # Directories
- "buildconfig/" - "buildconfig/"

View file

@ -13,6 +13,7 @@ on:
- "**.cpp" - "**.cpp"
- "**.h" - "**.h"
- "**.java" - "**.java"
- "**.ui"
# Build files # Build files
- "flatpak/" - "flatpak/"

View file

@ -12,6 +12,7 @@ on:
- "**.cpp" - "**.cpp"
- "**.h" - "**.h"
- "**.java" - "**.java"
- "**.ui"
# Build files # Build files
- "**.nix" - "**.nix"

View file

@ -86,7 +86,7 @@
<string>P&amp;ost-exit Command</string> <string>P&amp;ost-exit Command</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>labelPostExitCmd</cstring> <cstring>postExitCmdTextBox</cstring>
</property> </property>
</widget> </widget>
</item> </item>