This repository was archived by the owner on Mar 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ public override void KeyPressed(KeyPayload payload)
228228
229229
230230
231- if ( ! isDisabled && EliteData . LimpetCount > 0 && ! string . IsNullOrEmpty ( settings . Firegroup ) && ! string . IsNullOrEmpty ( settings . Fire ) )
231+ if ( ! isDisabled && ! string . IsNullOrEmpty ( settings . Firegroup ) && ! string . IsNullOrEmpty ( settings . Fire ) )
232232 {
233233 var cycle = Convert . ToInt32 ( settings . Firegroup ) - EliteData . StatusData . Firegroup ;
234234
Original file line number Diff line number Diff line change 99[ assembly: AssemblyConfiguration ( "" ) ]
1010[ assembly: AssemblyCompany ( "" ) ]
1111[ assembly: AssemblyProduct ( "Elite Dangerous Buttons" ) ]
12- [ assembly: AssemblyCopyright ( "Copyright © 2022 " ) ]
12+ [ assembly: AssemblyCopyright ( "Copyright © 2023 " ) ]
1313[ assembly: AssemblyTrademark ( "" ) ]
1414[ assembly: AssemblyCulture ( "" ) ]
1515
3131// You can specify all the values or you can default the Build and Revision Numbers
3232// by using the '*' as shown below:
3333// [assembly: AssemblyVersion("1.0.*")]
34- [ assembly: AssemblyVersion ( "2.5.4 .0" ) ]
35- [ assembly: AssemblyFileVersion ( "2.5.4 .0" ) ]
34+ [ assembly: AssemblyVersion ( "2.5.5 .0" ) ]
35+ [ assembly: AssemblyFileVersion ( "2.5.5 .0" ) ]
Original file line number Diff line number Diff line change 177177 "Name" : " Elite Dangerous" ,
178178 "Icon" : " Images/pluginIcon" ,
179179 "URL" : " https://github.com/mhwlng/streamdeck-elite" ,
180- "Version" : " 2.5.4 " ,
180+ "Version" : " 2.5.5 " ,
181181 "CodePath" : " com.mhwlng.elite" ,
182182 "Category" : " Elite Dangerous" ,
183183 "CategoryIcon" : " Images/categoryIcon" ,
You can’t perform that action at this time.
0 commit comments