Skip to content

Commit

Permalink
Merge pull request #593 from hcmlab/bugfix_590
Browse files Browse the repository at this point in the history
adjust main handler
  • Loading branch information
Funkie42 authored Feb 5, 2025
2 parents a1ceae2 + 551a9c8 commit 26d05c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controls/MainHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public partial class MainHandler
{

//Config
public static string BuildVersion = "1.3.0.0";
public static string BuildVersion = "1.3.0.1";
public static MEDIABACKEND MediaBackend = (Properties.Settings.Default.MediaBackend == "Hardware") ? MEDIABACKEND.MEDIAKIT : MEDIABACKEND.MEDIA;
public static bool ENABLE_PYTHON = Properties.Settings.Default.EnablePython;
public static bool ENABLE_LIGHTNING = Properties.Settings.Default.EnableLightning;
Expand Down

0 comments on commit 26d05c5

Please sign in to comment.