migration: clarify v11->v12 log message and trim rotting comment
This commit is contained in:
+5
-5
@@ -169,10 +169,10 @@ public sealed class Plugin : IDalamudPlugin
|
|||||||
|
|
||||||
// Hellion Chat v11 → v12 — flips Configuration.PopOutInputEnabled from
|
// Hellion Chat v11 → v12 — flips Configuration.PopOutInputEnabled from
|
||||||
// the v0.6.0 opt-in default (false) to opt-out (true) per v0.6.1 UX
|
// the v0.6.0 opt-in default (false) to opt-out (true) per v0.6.1 UX
|
||||||
// polish. Tester feedback: users found the manual toggle "umständlich,
|
// polish. Hard-flip is a deliberate design call (see Spec section 5.7);
|
||||||
// wirkt unfertig". Hard-flip applies to all existing users — small active
|
// users are notified via the v0.6.1 hint banner (SeenPopOutHeaderHint
|
||||||
// tester pool means few have made a deliberate opt-out choice yet.
|
// reset). Re-toggle after migration is preserved because this block
|
||||||
// Communicated via the v0.6.1 hint banner (SeenPopOutHeaderHint reset).
|
// only fires for Version < 12.
|
||||||
if (Config.Version < 12)
|
if (Config.Version < 12)
|
||||||
{
|
{
|
||||||
Config.PopOutInputEnabled = true;
|
Config.PopOutInputEnabled = true;
|
||||||
@@ -181,7 +181,7 @@ public sealed class Plugin : IDalamudPlugin
|
|||||||
SaveConfig();
|
SaveConfig();
|
||||||
Log.Information(
|
Log.Information(
|
||||||
"Migrated config v11 → v12: PopOutInputEnabled hard-flipped to true (v0.6.1 default), " +
|
"Migrated config v11 → v12: PopOutInputEnabled hard-flipped to true (v0.6.1 default), " +
|
||||||
"SeenPopOutHeaderHint added (default false)");
|
"SeenPopOutHeaderHint reset to false (v0.6.1 banner re-armed)");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Hellion default tab layout for first-run and v10-wipe.
|
// Hellion default tab layout for first-run and v10-wipe.
|
||||||
|
|||||||
Reference in New Issue
Block a user