I want my app to be visible in the taskbar like the default Windows apps. I usedwindow.overrideredirect(True) and created a custom title bar, but with this, the icon that used to appear in the taskbar doesn't show up. How do I fix this?
i used window.overrideredirect(False) to get an icon in taskbar temporarily when minimized.
here is my code
https://paste.pythondiscord.com/5MAQ