Muniwedesu

Results 8 comments of Muniwedesu

By the way, it doesn't work because there was a fix for another issue (ig), which disabled setting background to transparent. To get this to work, you need to set...

@nabeelio afaik mica bg is drawn under the window (as this is set through winapi) and then it will be visible on different controls (including window) only when they either...

@nabeelio maybe something else is changing background settings through winapi after you swap themes - wpfui sets your window background to black/white when you apply any theme, so the window...

Check if you have these attributes set in your window tag or if something is doing the same somewhere in your code, wpf apps normally cannot be fully transparent (you...

so this is probably related to the issue i have encountered - if you set InstallDir value to any wix-constant (i.e. InstallDir("%AppDataFolder%)), then it will set INSTALLDIR variable to "E:\AppDataFolder\"...

@oleg-shilo oh, I see, thank you for the thorough explanation. The intent was to mark something as the base installation directory and put the other dirs inside it (like if...

ComfyUI Version: v0.3.63 pytorch version: 2.8.0+cu129 Python version: 3.11.13 | packaged by conda-forge | (main, Jun 4 2025, 14:48:23) [GCC 13.3.0] ^ this is what i'm using rn I'm probably...