Johan Wendin

Results 2 comments of Johan Wendin

I happened upon this problem as well, it can be fixed by changing row 308 in authldap.php from: ```php if (! get_user_meta($uid, 'authLDAP')) { ``` to: ```php if (get_userdata($uid) &&...

It should be noted that triggering MouseDown interacts a bit wonky with windows that doesn’t have the ImGuiWindowFlags_NoMove set. I get around it by always using that flag. :) Another...