Prevent vanilla tooltip for event item and implement #28

This commit is contained in:
Infi
2024-04-30 03:49:53 +02:00
parent 695fd997d7
commit a74cdcb899
11 changed files with 110 additions and 40 deletions
+18
View File
@@ -77,6 +77,15 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Input is disabled for this tab.
/// </summary>
internal static string ChatLog_DisabledInput {
get {
return ResourceManager.GetString("ChatLog_DisabledInput", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hide chat.
/// </summary>
@@ -2525,6 +2534,15 @@ namespace ChatTwo.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Disable input for this channel.
/// </summary>
internal static string Options_Tabs_NoInput {
get {
return ResourceManager.GetString("Options_Tabs_NoInput", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &lt;None&gt;.
/// </summary>