The view switcher + search field has been fixed, with the header setting off in 1551
This error shows up after the app loads, which can be ignored by closing the error message:
Unable to import OpenGL.arrays.numpymodule.NumpyHandler: No numpy module present: No module named 'numpy'
Traceback (most recent call last):
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\cx_Freeze\initscripts\__startup__.py", line 138, in run
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\site-packages\cx_Freeze\initscripts\console.py", line 17, in run
File "D:\a\F95Checker\F95Checker\main-debug.py", line 99, in <module>
File "D:\a\F95Checker\F95Checker\modules\notification_proc.py", line 182, in daemon
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\asyncio\runners.py", line 194, in run
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\asyncio\runners.py", line 118, in run
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\asyncio\base_events.py", line 687, in run_until_complete
File "D:\a\F95Checker\F95Checker\modules\notification_proc.py", line 148, in _daemon
File "D:\a\F95Checker\F95Checker\common\structs.py", line 151, in __init__
File "C:\hostedtoolcache\windows\Python\3.12.4\x64\Lib\asyncio\events.py", line 538, in add_reader
NotImplementedError