Display Commit Info in Dev Debug menu

This commit is contained in:
Mykola Grymalyuk
2022-05-31 11:04:34 -06:00
parent f220ff0d14
commit e32e71d345
5 changed files with 90 additions and 7 deletions
+1
View File
@@ -193,6 +193,7 @@ class Constants:
self.host_is_non_metal = False # Determine if host is non-metal (ie. enable UI hacks)
self.needs_to_open_preferences = False # Determine if preferences need to be opened
self.host_is_hackintosh = False # Determine if host is Hackintosh
self.commit_info = (None, None, None)
self.legacy_accel_support = [
os_data.os_data.big_sur,