mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 13:14:17 +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();
|
var ime = Service<DalamudIME>.GetNullable();
|
||||||
|
|
||||||
if (ime == null || ime.IsEnabled)
|
if (ime == null || !ime.IsEnabled)
|
||||||
{
|
{
|
||||||
ImGui.Text("IME is unavailable.");
|
ImGui.Text("IME is unavailable.");
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue