Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd0dbe89

Browse files
committed
refactor(theme): remove unused icon path variable from ThemeViewer
1 parent8701ac8 commitd0dbe89

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎src/core/utils/themes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,6 @@ def init_ui(self):
344344
layout.setContentsMargins(0,0,0,0)
345345

346346
# Add the placeholder label
347-
self._icon_path=os.path.join(os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))),'assets','images','app_transparent.png')
348347
self.placeholder_label=QLabel("<span style='font-weight:700'>YASB</span> Reborn")
349348
self.placeholder_label.setFont(QFont('Segoe UI',64,QFont.Weight.Normal))
350349
self.placeholder_label.setAlignment(Qt.AlignmentFlag.AlignCenter)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp