Merge remote-tracking branch 'origin/master' into v9-rollup

This commit is contained in:
github-actions[bot] 2023-08-08 16:43:32 +00:00
commit 4fb3c4728b
3 changed files with 8 additions and 2 deletions

View file

@ -69,6 +69,12 @@ internal sealed class DalamudConfiguration : IServiceType
/// </summary>
public string LastVersion { get; set; } = null;
/// <summary>
/// Gets or sets a value indicating the last seen FTUE version.
/// Unused for now, added to prevent existing users from seeing level 0 FTUE.
/// </summary>
public int SeenFtueLevel { get; set; } = 1;
/// <summary>
/// Gets or sets the last loaded Dalamud version.
/// </summary>

View file

@ -25,7 +25,7 @@ public static partial class ImGuiComponents
var text = icon.ToIconString();
if (id.HasValue)
text = $"{text}{id}";
text = $"{text}##{id}";
var button = DisabledButton(text, defaultColor, activeColor, hoveredColor, alphaMult);

@ -1 +1 @@
Subproject commit 782d7317176f232d7108b2b3a4cb75de67fc3a8a
Subproject commit 155511a61559c529719d3810eaf8fb9336482878