Adjustable chat log position through sliders

This commit is contained in:
Infi
2024-05-03 11:36:05 +02:00
parent fd08ec20ef
commit bdb308ec02
35 changed files with 55 additions and 491 deletions
+18 -45
View File
@@ -1481,42 +1481,6 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to {0} is performing a database migration..
/// </summary>
internal static string Migration_Line1 {
get {
return ResourceManager.GetString("Migration_Line1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} and the plugin installer will be unavailable until it is complete..
/// </summary>
internal static string Migration_Line2 {
get {
return ResourceManager.GetString("Migration_Line2", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to This may take a few minutes depending on the size of your chat database..
/// </summary>
internal static string Migration_Line3 {
get {
return ResourceManager.GetString("Migration_Line3", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Do not close FFXIV, unload Dalamud, or turn off your computer during this time..
/// </summary>
internal static string Migration_Line4 {
get {
return ResourceManager.GetString("Migration_Line4", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Authors: .
/// </summary>
@@ -1526,15 +1490,6 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Click the button to the left to see what&apos;s being worked on and what&apos;s next..
/// </summary>
internal static string Options_About_ClickUp {
get {
return ResourceManager.GetString("Options_About_ClickUp", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Help to translate: .
/// </summary>
@@ -1607,6 +1562,24 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Adjust chat log position.
/// </summary>
internal static string Options_AdjustPosition_Name {
get {
return ResourceManager.GetString("Options_AdjustPosition_Name", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Attention, this change applies immediately and is not discardable!.
/// </summary>
internal static string Options_AdjustPosition_Warning {
get {
return ResourceManager.GetString("Options_AdjustPosition_Warning", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Allow moving chat.
/// </summary>