Skip to content

Commit ed0d986

Browse files
committed
Update Pipeline name
Update Pipeline name
1 parent 0aed6cd commit ed0d986

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.github/workflows/dev_python3_12.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: JE_Editor Dev Python3.9
1+
name: JE_Editor Dev Python3.12
22

33
on:
44
push:

.github/workflows/stable_python3_12.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: JE_Editor Stable Python3.9
1+
name: JE_Editor Stable Python3.12
22

33
on:
44
push:

.idea/je_editor.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

je_editor/pyside_ui/main_ui/main_editor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ def __init__(self, debug_mode: bool = False, show_system_tray_ray: bool = False)
112112
self.tab_widget.addTab(
113113
BrowserWidget(start_url="https://stackoverflow.com/", search_prefix="https://stackoverflow.com/search?q="),
114114
language_wrapper.language_word_dict.get("tab_menu_stackoverflow_tab_name"))
115+
115116
for widget_name, widget in EDITOR_EXTEND_TAB.items():
116117
self.tab_widget.addTab(widget(), widget_name)
117118
self.setCentralWidget(self.tab_widget)

0 commit comments

Comments
 (0)