gui_install_oc.py: Fix missing spacer

This commit is contained in:
Mykola Grymalyuk
2023-05-26 21:45:46 -06:00
parent 0427c9ef44
commit c8b6eec14f
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -1,6 +1,8 @@
# OpenCore Legacy Patcher changelog
## 0.6.7
- Resolve partition buttons overlapping in Install OpenCore UI
- ex. "EFI" and additional FAT32 partitions on a single drive
- Backend changes:
- Call `setpgrp()` to prevent app from being killed if parent process is killed (ie. LaunchAgents)