starting to get decent compression
This commit is contained in:
+3
-9
@@ -914,15 +914,9 @@ class App:
|
||||
if self.show_windows.get("Project Settings", False):
|
||||
with imscope.window("Project Settings", self.show_windows["Project Settings"]) as (exp, opened):
|
||||
self.show_windows["Project Settings"] = bool(opened)
|
||||
if exp:
|
||||
if imgui.begin_tab_bar('context_hub_tabs'):
|
||||
if imgui.begin_tab_item('Projects')[0]:
|
||||
self._render_projects_panel()
|
||||
imgui.end_tab_item()
|
||||
if imgui.begin_tab_item('Paths')[0]:
|
||||
self._render_paths_panel()
|
||||
imgui.end_tab_item()
|
||||
imgui.end_tab_bar()
|
||||
if exp and imscope.tab_bar('context_hub_tabs'):
|
||||
if imscope.tab_item('Projects'): self._render_projects_panel()
|
||||
if imscope.tab_item('Paths'): self._render_paths_panel()
|
||||
#endregion: Project Settings
|
||||
|
||||
#region: Files & Media window
|
||||
|
||||
Reference in New Issue
Block a user