Adapt interface to display notch of mac laptops (#8666)
* Adapt interface to display notch of mac laptops * `macNotchHeight` as a separate variable, and description for mac notch setting
This commit is contained in:
@@ -490,6 +490,10 @@ public class SettingsMenuDialog extends BaseDialog{
|
||||
graphics.checkPref("skipcoreanimation", false);
|
||||
graphics.checkPref("hidedisplays", false);
|
||||
|
||||
if(OS.isMac){
|
||||
graphics.checkPref("macnotch", false);
|
||||
}
|
||||
|
||||
if(!mobile){
|
||||
Core.settings.put("swapdiagonal", false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user