mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
check for glamourer api and if not present do not use glamourer
This commit is contained in:
parent
cbe45a8ad6
commit
4e2d371f10
2 changed files with 41 additions and 17 deletions
|
|
@ -40,7 +40,6 @@ namespace MareSynchronos.UI
|
|||
|
||||
public static bool CtrlPressed() => (GetKeyState(0xA2) & 0x8000) != 0 || (GetKeyState(0xA3) & 0x8000) != 0;
|
||||
|
||||
// todo remove after rework
|
||||
public ApiController ApiController => _apiController;
|
||||
|
||||
public UiShared(IpcManager ipcManager, ApiController apiController, FileCacheManager fileCacheManager, FileDialogManager fileDialogManager, Configuration pluginConfiguration, DalamudUtil dalamudUtil, DalamudPluginInterface pluginInterface, Dalamud.Localization localization)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue