Update help information for shortcut icons

i also forgot to uncomment that line
This commit is contained in:
pizzaboxer 2024-10-14 23:35:37 +01:00
parent 17761fcfe9
commit 9fd48762ae
No known key found for this signature in database
GPG Key ID: 59D4A1DBAD0F2BA8
4 changed files with 5 additions and 4 deletions

View File

@ -3096,7 +3096,7 @@ namespace Bloxstrap.Resources {
}
/// <summary>
/// Looks up a localized string similar to To use for your shortcuts, right-click it, open properties, change icon, browse, and pick from the Icons folder..
/// Looks up a localized string similar to Allows you to use Bloxstrap&apos;s range of Roblox icons for your shortcuts. [See how.]({0}).
/// </summary>
public static string Menu_Shortcuts_ExtractIcons_Description {
get {

View File

@ -1181,7 +1181,7 @@ Please manually delete Bloxstrap.exe from the install location or try restarting
<value>Extract Roblox icons to folder</value>
</data>
<data name="Menu.Shortcuts.ExtractIcons.Description" xml:space="preserve">
<value>To use for your shortcuts, right-click it, open properties, change icon, browse, and pick from the Icons folder.</value>
<value>Allows you to use Bloxstrap's range of Roblox icons for your shortcuts. [See how.]({0})</value>
</data>
<data name="Dialog.RegistryWriteError" xml:space="preserve">
<value>Bloxstrap is unable to write to the Windows Registry. An antivirus is likely interfering and causing issues. Please check to make sure there isn't anything that would restrict Bloxstrap's operation.</value>

View File

@ -19,7 +19,8 @@
<controls:OptionControl
Header="{x:Static resources:Strings.Menu_Shortcuts_ExtractIcons_Title}"
Description="{x:Static resources:Strings.Menu_Shortcuts_ExtractIcons_Description}"
Description="{Binding Source={x:Static resources:Strings.Menu_Shortcuts_ExtractIcons_Description}, Converter={StaticResource StringFormatConverter},ConverterParameter='https://github.com/bloxstraplabs/bloxstrap/wiki/Using-Roblox-icons-for-your-shortcuts'}"
HelpLink="https://github.com/bloxstraplabs/bloxstrap/wiki/Using-Roblox-icons-for-your-shortcuts"
Margin="0,0,0,16">
<ui:ToggleSwitch IsChecked="{Binding ExtractIconsTask.NewState, Mode=TwoWay}" />
</controls:OptionControl>

View File

@ -29,7 +29,7 @@ namespace Bloxstrap.UI
ShowMessageBox($"{topLine}\n\n{Strings.Dialog_PlayerError_HelpInformation}", MessageBoxImage.Error);
// Utilities.ShellExecute($"https://github.com/{App.ProjectRepository}/wiki/Roblox-crashes-or-does-not-launch");
Utilities.ShellExecute($"https://github.com/{App.ProjectRepository}/wiki/Roblox-crashes-or-does-not-launch");
}
public static void ShowExceptionDialog(Exception exception)