Skip to content

Commit 0017b9a

Browse files
Glow has been updated to version 25.14
1 parent 9383fb9 commit 0017b9a

File tree

160 files changed

+4210
-3341
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+4210
-3341
lines changed

Glow/Glow.csproj

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<UpdateRequired>false</UpdateRequired>
2626
<MapFileExtensions>true</MapFileExtensions>
2727
<ApplicationRevision>0</ApplicationRevision>
28-
<ApplicationVersion>25.13.0.%2a</ApplicationVersion>
28+
<ApplicationVersion>25.14.0.%2a</ApplicationVersion>
2929
<UseApplicationTrust>false</UseApplicationTrust>
3030
<BootstrapperEnabled>true</BootstrapperEnabled>
3131
</PropertyGroup>
@@ -417,7 +417,6 @@
417417
<None Include="glow_images\glow_ui\theme_light\tm_settings_light.png" />
418418
<None Include="glow_images\glow_ui\theme_light\tm_language_light.png" />
419419
<None Include="glow_images\glow_ui\theme_light\tm_hidden_light.png" />
420-
<None Include="glow_images\glow_ui\theme_light\tm_bmac_light.png" />
421420
<None Include="glow_images\glow_ui\theme_light\tm_about_light.png" />
422421
<None Include="glow_images\glow_ui\theme_light\lm_usb_light.png" />
423422
<None Include="glow_images\glow_ui\theme_light\lm_sound_light.png" />
@@ -447,7 +446,6 @@
447446
<None Include="glow_images\glow_ui\theme_light\cx_bench_cpu_light.png" />
448447
<None Include="glow_images\glow_ui\theme_light\ct_zip_light.png" />
449448
<None Include="glow_images\glow_ui\theme_light\ct_link_light.png" />
450-
<None Include="glow_images\glow_ui\theme_light\ct_copy_light.png" />
451449
<None Include="glow_images\glow_ui\theme_dark\tm_update_dark.png" />
452450
<None Include="glow_images\glow_ui\theme_dark\tm_ts_wizard_dark.png" />
453451
<None Include="glow_images\glow_ui\theme_dark\tm_tools_dark.png" />
@@ -456,7 +454,6 @@
456454
<None Include="glow_images\glow_ui\theme_dark\tm_settings_dark.png" />
457455
<None Include="glow_images\glow_ui\theme_dark\tm_language_dark.png" />
458456
<None Include="glow_images\glow_ui\theme_dark\tm_hidden_dark.png" />
459-
<None Include="glow_images\glow_ui\theme_dark\tm_bmac_dark.png" />
460457
<None Include="glow_images\glow_ui\theme_dark\tm_about_dark.png" />
461458
<None Include="glow_images\glow_ui\theme_dark\lm_usb_dark.png" />
462459
<None Include="glow_images\glow_ui\theme_dark\lm_sound_dark.png" />
@@ -486,10 +483,13 @@
486483
<None Include="glow_images\glow_ui\theme_dark\cx_bench_cpu_dark.png" />
487484
<None Include="glow_images\glow_ui\theme_dark\ct_zip_dark.png" />
488485
<None Include="glow_images\glow_ui\theme_dark\ct_link_dark.png" />
489-
<None Include="glow_images\glow_ui\theme_dark\ct_copy_dark.png" />
490486
</ItemGroup>
491487
<ItemGroup>
492488
<Content Include="GlowLogo.ico" />
489+
<None Include="glow_images\glow_ui\theme_light\tm_donate_mc_light.png" />
490+
<None Include="glow_images\glow_ui\theme_light\tm_donate_light.png" />
491+
<None Include="glow_images\glow_ui\theme_dark\tm_donate_mc_dark.png" />
492+
<None Include="glow_images\glow_ui\theme_dark\tm_donate_dark.png" />
493493
<None Include="glow_images\ts_preloader\ts_preloader_release.jpg" />
494494
<None Include="glow_images\glow_ui\theme_light\ct_spf_color_light.png" />
495495
<None Include="glow_images\glow_ui\theme_dark\ct_spf_color_dark.png" />
@@ -503,14 +503,10 @@
503503
<None Include="glow_images\glow_ui\theme_dark\ct_spf_add_dark.png" />
504504
<None Include="glow_images\glow_ui\theme_light\cx_overlay_light.png" />
505505
<None Include="glow_images\glow_ui\theme_dark\cx_overlay_dark.png" />
506-
<None Include="glow_images\glow_ui\theme_light\ct_support_light.png" />
507-
<None Include="glow_images\glow_ui\theme_dark\ct_support_dark.png" />
508506
<None Include="glow_images\glow_ui\theme_light\ct_link_mc_light.png" />
509507
<None Include="glow_images\glow_ui\theme_dark\ct_link_mc_dark.png" />
510508
<None Include="glow_images\glow_ui\theme_light\ct_image_preview_light.png" />
511509
<None Include="glow_images\glow_ui\theme_dark\ct_image_preview_dark.png" />
512-
<None Include="glow_images\glow_ui\theme_light\ct_bmac_mc_light.png" />
513-
<None Include="glow_images\glow_ui\theme_dark\ct_bmac_mc_dark.png" />
514510
<None Include="glow_images\glow_ui\theme_dark\cx_bt_finder_dark.png" />
515511
<None Include="glow_images\glow_ui\theme_light\cx_bt_finder_light.png" />
516512
</ItemGroup>

Glow/GlowAbout.Designer.cs

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Glow/GlowAbout.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public void About_preloader(){
8282
//
8383
TSImageRenderer(About_WebsiteBtn, GlowMain.theme == 1 ? Properties.Resources.ct_website_light : Properties.Resources.ct_website_dark, 18, ContentAlignment.MiddleRight);
8484
TSImageRenderer(About_GitHubBtn, GlowMain.theme == 1 ? Properties.Resources.ct_github_light : Properties.Resources.ct_github_dark, 18, ContentAlignment.MiddleRight);
85-
TSImageRenderer(About_BmacBtn, GlowMain.theme == 1 ? Properties.Resources.ct_bmac_mc_light : Properties.Resources.ct_bmac_mc_dark, 18, ContentAlignment.MiddleRight);
85+
TSImageRenderer(About_DonateBtn, GlowMain.theme == 1 ? Properties.Resources.tm_donate_mc_light : Properties.Resources.tm_donate_mc_dark, 18, ContentAlignment.MiddleRight);
8686
//
8787
AboutTable.BackgroundColor = TS_ThemeEngine.ColorMode(GlowMain.theme, "DataGridBGColor");
8888
AboutTable.GridColor = TS_ThemeEngine.ColorMode(GlowMain.theme, "DataGridColor");
@@ -103,9 +103,9 @@ public void About_preloader(){
103103
// TEXTS
104104
TSGetLangs software_lang = new TSGetLangs(GlowMain.lang_path);
105105
Text = string.Format(software_lang.TSReadLangs("SoftwareAbout", "sa_title"), Application.ProductName);
106-
About_WebsiteBtn.Text = " " + software_lang.TSReadLangs("SoftwareAbout", "sa_website_page");
107-
About_GitHubBtn.Text = " " + software_lang.TSReadLangs("SoftwareAbout", "sa_github_page");
108-
About_BmacBtn.Text = " " + software_lang.TSReadLangs("SoftwareAbout", "sa_bmac_page");
106+
About_WebsiteBtn.Text = " " + software_lang.TSReadLangs("SoftwareAbout", "sa_website_link");
107+
About_GitHubBtn.Text = " " + software_lang.TSReadLangs("SoftwareAbout", "sa_github_link");
108+
About_DonateBtn.Text = " " + software_lang.TSReadLangs("SoftwareAbout", "sa_donate_link");
109109
//
110110
AboutTable.Columns[0].HeaderText = software_lang.TSReadLangs("SoftwareAbout", "sa_lang_name");
111111
AboutTable.Columns[1].HeaderText = software_lang.TSReadLangs("SoftwareAbout", "sa_lang_translator");
@@ -128,11 +128,11 @@ private void About_GitHubBtn_Click(object sender, EventArgs e){
128128
Process.Start(new ProcessStartInfo(TS_LinkSystem.github_link){ UseShellExecute = true });
129129
}catch (Exception){ }
130130
}
131-
// BUY ME A COFFEE LINK
131+
// DONATE LINK
132132
// ======================================================================================================
133-
private void About_BmacBtn_Click(object sender, EventArgs e){
133+
private void About_DonateBtn_Click(object sender, EventArgs e){
134134
try{
135-
Process.Start(new ProcessStartInfo(TS_LinkSystem.ts_bmac){ UseShellExecute = true });
135+
Process.Start(new ProcessStartInfo(TS_LinkSystem.ts_donate){ UseShellExecute = true });
136136
}catch (Exception){ }
137137
}
138138
// FORM DRAGGING SYSTEM

Glow/GlowAbout.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<metadata name="PanelTxt.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
121121
<value>True</value>
122122
</metadata>
123-
<metadata name="About_BmacBtn.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
123+
<metadata name="About_DonateBtn.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
124124
<value>True</value>
125125
</metadata>
126126
<metadata name="About_GitHubBtn.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">

0 commit comments

Comments
 (0)