Skip to content

Commit

Permalink
Various bug fixes + refactoring
Browse files Browse the repository at this point in the history
- Fixed some controls (i.e. tool strip menu items) not being disabled when they really should be

- Move control disabling code to its own function to reduce code redundancy

- The beginning of config generation (commented out for now)

- Update template config descriptions
  • Loading branch information
Sparronator9999 committed Nov 15, 2024
1 parent 0d2be2f commit a6cd2dc
Show file tree
Hide file tree
Showing 6 changed files with 256 additions and 199 deletions.
4 changes: 3 additions & 1 deletion Configs/MSI-10th-gen-or-newer.template.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<YAMDCC_Config xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Ver="1">
<Model>MSI laptops (10th-gen Intel or newer) Template Config</Model>
<Model>MSI laptop (10th-gen Intel or newer) template config.
ONLY use with 10th-gen or newer Intel MSI laptops!
</Model>
<Author>Sparronator9999</Author>
<Template>true</Template>
<FanConfs>
Expand Down
4 changes: 3 additions & 1 deletion Configs/MSI-9th-gen-or-older.template.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<YAMDCC_Config xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Ver="1">
<Model>MSI laptops (9th-gen Intel or earlier) Template Config</Model>
<Model>MSI laptop (9th-gen Intel or earlier) template config
ONLY use with 9th-gen or older Intel MSI laptops!
</Model>
<Author>Sparronator9999</Author>
<Template>true</Template>
<FanConfs>
Expand Down
Loading

0 comments on commit a6cd2dc

Please sign in to comment.