D2
D2
Your WebView2 version is outdated, please install [WebView2 Runtime 64-bit v119.0.2151 or later](https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section)
@mraklbrw check if your MS Edge version is >= 119?
I don't have Citrix environment so that I am not sure about the issue. Can you enable Debug mode for ImageGlass and send a video? To enable Debug mode in...
Hi @mirh, After reading this many times, I still don't understand what you want to suggest here 😅. FYI: - ImageGlass 9 gets the thumbnails from Windows Explorer. If the...
This issue is fixed in the latest build of ImageGlass Moon 8.7: https://imageglass.org/moon.
[ImageGlass Moon 9.0 beta 3](https://github.com/d2phap/ImageGlass/releases/tag/9.0.3.1225) supports this by default. It also supports setting multiple hotkey in `igconfig.json` file. ``` MenuHotkeys: { "MnuActualSize": ["A", "B"] }, ```
Implemented in [v9.0 beta 4](https://github.com/d2phap/ImageGlass/releases/tag/9.0.4.416). In `igconfig.json` file, you can specify the theme for dark and light mode: ```json { "DarkTheme": "Kobe", "LightTheme": "Kobe - Light", } ```
Should not an issue in IG 9 because it uses web control for the select box.
Smooth panning is improved in [ImageGlass Moon 9.0 beta 3](https://github.com/d2phap/ImageGlass/releases/tag/9.0.3.1225) 
You already can change the hotkey of the menus in since IG v9.0 beta 2 as mentioned in my above comment. UI for settings will be added once the stable...