Adding the toggletopbar patch ref. #363

This commit is contained in:
bakkeby
2023-06-25 22:52:50 +02:00
parent 3881ad4ad1
commit 10a6640732
8 changed files with 51 additions and 4 deletions

View File

@ -310,6 +310,9 @@
#if TOGGLEFULLSCREEN_PATCH
#include "togglefullscreen.c"
#endif
#if TOGGLETOPBAR_PATCH
#include "toggletopbar.c"
#endif
#if TRANSFER_PATCH
#include "transfer.c"
#endif