fix DADDY tooltip

This commit is contained in:
Prohurtz 2023-03-19 15:31:39 -05:00
parent 2495a66704
commit b6683b3038

View File

@ -111,7 +111,7 @@ class SettingsWidget:
default=self.config.gui_HSRAC,
key=self.gui_HSRAC,
background_color='#424042',
tooltip = "Our newest algoritim, utilizing both HSF and RANSAC for best tracking quality and lighting resistance.",
tooltip = "Our flagship algoritim, utilizing both HSF and RANSAC for best tracking quality and lighting resistance.",
),
sg.Combo(['1','2','3','4'],
default_value=self.config.gui_HSRACP,
@ -148,7 +148,7 @@ class SettingsWidget:
default=self.config.gui_DADDY,
key=self.gui_DADDY,
background_color='#424042',
tooltip = "Our newest algoritim, utilizing both HSF and RANSAC for best tracking quality and lighting resistance.",
tooltip = "DADDY Uses a Deep learning algorithm. This has a big CPU usage impact.",
),
sg.Combo(['1','2','3','4','5'],
default_value=self.config.gui_DADDYP,