mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
commit
1714c641ad
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ namespace Dalamud.Interface.Internal.Windows
|
|||
{
|
||||
var ime = Service<DalamudIME>.GetNullable();
|
||||
|
||||
if (ime == null || ime.IsEnabled)
|
||||
if (ime == null || !ime.IsEnabled)
|
||||
{
|
||||
ImGui.Text("IME is unavailable.");
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue