Merge pull request #1338 from goatcorp/v9-rollup

This commit is contained in:
goat 2023-08-08 19:16:56 +02:00 committed by GitHub
commit dbdd5a471d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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