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
0
Merge Requests
0
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
7cc73949
Commit
7cc73949
authored
Jan 28, 2026
by
Roman Alifanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update icon and add artists credits
parent
27b2a6cc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
ru.ximperlinux.TuneIt.svg
data/icons/hicolor/scalable/apps/ru.ximperlinux.TuneIt.svg
+0
-0
about.py
src/about.py
+5
-0
No files found.
data/icons/hicolor/scalable/apps/ru.ximperlinux.TuneIt.svg
View file @
7cc73949
This diff is collapsed.
Click to expand it.
src/about.py
View file @
7cc73949
...
...
@@ -26,6 +26,10 @@ developers = [
"Vladimir Vaskov <rirusha@altlinux.org>"
]
artists
=
[
"GNOME Design https://gitlab.gnome.org/Teams/Design/"
]
def
build_about_dialog
()
->
Adw
.
AboutDialog
:
about
=
Adw
.
AboutDialog
(
application_name
=
'tuneit'
,
...
...
@@ -33,6 +37,7 @@ def build_about_dialog() -> Adw.AboutDialog:
developer_name
=
'Etersoft'
,
version
=
tuneit_config
.
VERSION
,
developers
=
developers
,
artists
=
artists
,
copyright
=
'© 2024-2025 Etersoft'
,
license_type
=
Gtk
.
License
.
GPL_3_0
)
...
...
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