Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1401 from Taurenkey/main
Browse files Browse the repository at this point in the history
Update title ID
  • Loading branch information
Taurenkey authored Jun 30, 2024
2 parents b545ae1 + 9db9ea0 commit daec388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XIVSlothCombo/Window/ConfigWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ internal class ConfigWindow : Dalamud.Interface.Windowing.Window
public OpenWindow OpenWindow { get; set; } = OpenWindow.PvE;

/// <summary> Initializes a new instance of the <see cref="ConfigWindow"/> class. </summary>
public ConfigWindow() : base($"{P.Name} {P.GetType().Assembly.GetName().Version}###Artisan")
public ConfigWindow() : base($"{P.Name} {P.GetType().Assembly.GetName().Version}###SlothCombo")
{
RespectCloseHotkey = true;

Expand Down

0 comments on commit daec388

Please sign in to comment.