mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
overview is default view
This commit is contained in:
parent
9ec415d2ff
commit
266dc08a84
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ UseLabel = True
|
|||
|
||||
# Customize which tab to start on. Possible choices are: "artist", "overview"
|
||||
# and "terminal".
|
||||
InitialTab = "artist"
|
||||
InitialTab = "overview"
|
||||
|
||||
# Customize the window size.
|
||||
WindowSize = (430, 600)
|
||||
|
|
|
|||
|
|
@ -520,7 +520,7 @@ class Window(QtWidgets.QDialog):
|
|||
("terminal", terminal_page)
|
||||
)
|
||||
|
||||
current_page = settings.InitialTab or "artist"
|
||||
current_page = settings.InitialTab or "overview"
|
||||
self.comment_main_widget.setVisible(
|
||||
not current_page == "terminal"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue