File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33from typing import TYPE_CHECKING
44
5- from je_editor import BrowserWidget
5+ from je_editor import MainBrowserWidget
66
77if TYPE_CHECKING :
88 from automation_ide .automation_editor_ui .editor_main .main_ui import AutomationEditor
1111def open_web_browser (
1212 automation_editor_instance : AutomationEditor , url : str , tab_name : str ) -> None :
1313 automation_editor_instance .tab_widget .addTab (
14- BrowserWidget (start_url = url ),
14+ MainBrowserWidget (start_url = url ),
1515 f"{ tab_name } { automation_editor_instance .tab_widget .count ()} "
1616 )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
77[project ]
88name = " automation_ide_dev"
9- version = " 0.0.54 "
9+ version = " 0.0.55 "
1010authors = [
1111 { name = " JE-Chen" , email = " jechenmailman@gmail.com" },
1212]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
77[project ]
88name = " automation_ide"
9- version = " 0.0.48 "
9+ version = " 0.0.49 "
1010authors = [
1111 { name = " JE-Chen" , email = " jechenmailman@gmail.com" },
1212]
You can’t perform that action at this time.
0 commit comments