This repository was archived by the owner on Mar 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed
Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -373,10 +373,6 @@ public static void HandleOnTick(ISDConnection connection)
373373 }
374374
375375 /*
376- EliteData.StatusData.GuiFocus == StatusGuiFocus.InternalPanel
377- EliteData.StatusData.GuiFocus == StatusGuiFocus.ExternalPanel
378- EliteData.StatusData.GuiFocus == StatusGuiFocus.CommsPanel
379- EliteData.StatusData.GuiFocus == StatusGuiFocus.RolePanel
380376 EliteData.StatusData.GuiFocus == StatusGuiFocus.StationServices
381377 EliteData.StatusData.GuiFocus == StatusGuiFocus.Codex
382378
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ private static List<ProfileType> GetProfileTypes(string name)
176176 profiles . Add ( ProfileType . CommsPanel ) ;
177177 }
178178
179- if ( name . Contains ( "rolepanel " ) )
179+ if ( name . Contains ( "invrolepanel " ) )
180180 {
181181 profiles . Add ( ProfileType . InvRolePanel ) ;
182182 }
Original file line number Diff line number Diff line change 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.9 .0" ) ]
35- [ assembly: AssemblyFileVersion ( "2.5.9 .0" ) ]
34+ [ assembly: AssemblyVersion ( "2.6.0 .0" ) ]
35+ [ assembly: AssemblyFileVersion ( "2.6.0 .0" ) ]
Original file line number Diff line number Diff line change 192192 "Name" : " Elite Dangerous" ,
193193 "Icon" : " Images/pluginIcon" ,
194194 "URL" : " https://github.com/mhwlng/streamdeck-elite" ,
195- "Version" : " 2.5.9 " ,
195+ "Version" : " 2.6.0 " ,
196196 "CodePath" : " com.mhwlng.elite" ,
197197 "Category" : " Elite Dangerous" ,
198198 "CategoryIcon" : " Images/categoryIcon" ,
You can’t perform that action at this time.
0 commit comments