mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-16 02:01:29 -07:00
Update help information for shortcut icons
i also forgot to uncomment that line
This commit is contained in:
parent
17761fcfe9
commit
9fd48762ae
2
Bloxstrap/Resources/Strings.Designer.cs
generated
2
Bloxstrap/Resources/Strings.Designer.cs
generated
@ -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's range of Roblox icons for your shortcuts. [See how.]({0}).
|
||||
/// </summary>
|
||||
public static string Menu_Shortcuts_ExtractIcons_Description {
|
||||
get {
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user