mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 20:33:40 +01:00
Formatting
This commit is contained in:
parent
08a0803fde
commit
00d673a16b
6 changed files with 5 additions and 8 deletions
|
|
@ -447,7 +447,7 @@ namespace Dalamud.Utility
|
|||
{
|
||||
var process = new ProcessStartInfo(url)
|
||||
{
|
||||
UseShellExecute = true
|
||||
UseShellExecute = true,
|
||||
};
|
||||
Process.Start(process);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue