You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When press Win+D to show desktop,The window is pinned to the desktop but all the desktop icons are hidden.
When active another window, the desktop icons shown.
OS: Windows 10 1709
Code:
win.show();electget.alwaysOnBottom(win);
The text was updated successfully, but these errors were encountered:
I know the content, but I haven't been able to modify it because it's enough for me and I don't have enough understanding of my Windows development. Anyway, I want it to work like Fences or Rainmeter like your request. What's causing the current situation is Windows' Show Desktop (Win + D) feature, but I haven't found a way to detect it in Windows.
So I'm going to try to solve this problem by using the method of capturing Windows keystrokes globally from Electron. That way, maybe I can focus on another invisible window to return the hidden icon, or maybe I can focus on it again and show the window. The relevant source code appears to be this. As I said, I am not familiar with C language development, so I don't know how long it will take, but I will deliver it to you once there is an update.
When press Win+D to show desktop,The window is pinned to the desktop but all the desktop icons are hidden.
When active another window, the desktop icons shown.
OS: Windows 10 1709
Code:
The text was updated successfully, but these errors were encountered: