Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tuneit
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
tuneit
Commits
6a4e17e3
Commit
6a4e17e3
authored
Jan 07, 2025
by
Roman Alifanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typo
parent
7fcca8d3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
window.py
src/window.py
+2
-1
No files found.
src/window.py
View file @
6a4e17e3
...
@@ -196,7 +196,7 @@ class NewSectionStrategy(SectionStrategy):
...
@@ -196,7 +196,7 @@ class NewSectionStrategy(SectionStrategy):
class
SectionFactory
:
class
SectionFactory
:
def
__init__
(
self
):
def
__init__
(
self
):
self
.
strategies
=
{
self
.
strategies
=
{
'classic'
:
ClassicSectionStrategy
(),
\
'classic'
:
ClassicSectionStrategy
(),
}
}
def
create_section
(
self
,
section_data
):
def
create_section
(
self
,
section_data
):
...
@@ -291,3 +291,4 @@ class TuneitWindow(Adw.ApplicationWindow):
...
@@ -291,3 +291,4 @@ class TuneitWindow(Adw.ApplicationWindow):
if
not
self
.
main_pagestack
:
if
not
self
.
main_pagestack
:
print
(
"Ошибка: main_pagestack не найден."
)
print
(
"Ошибка: main_pagestack не найден."
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment