set the dumb filter to be off by default.
This commit is contained in:
+1
-1
@@ -238,7 +238,7 @@ class App:
|
|||||||
self._last_ui_focus_agent: Optional[str] = None
|
self._last_ui_focus_agent: Optional[str] = None
|
||||||
self._log_registry: Optional[log_registry.LogRegistry] = None
|
self._log_registry: Optional[log_registry.LogRegistry] = None
|
||||||
self.perf_show_graphs: dict[str, bool] = {}
|
self.perf_show_graphs: dict[str, bool] = {}
|
||||||
self.ui_crt_filter = True
|
self.ui_crt_filter = False
|
||||||
self.ui_tool_filter_category = "All"
|
self.ui_tool_filter_category = "All"
|
||||||
self.ui_discussion_split_h = 300.0
|
self.ui_discussion_split_h = 300.0
|
||||||
self.shader_uniforms = {'crt': 1.0, 'scanline': 0.5, 'bloom': 0.8}
|
self.shader_uniforms = {'crt': 1.0, 'scanline': 0.5, 'bloom': 0.8}
|
||||||
|
|||||||
Reference in New Issue
Block a user