mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-20 14:24:28 +05:00
fix: remove extra newline
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
@@ -136,7 +136,7 @@ class Logger:
|
|||||||
@staticmethod
|
@staticmethod
|
||||||
def _format_dialog_title(title: str | None, color: Color) -> str:
|
def _format_dialog_title(title: str | None, color: Color) -> str:
|
||||||
if title is None:
|
if title is None:
|
||||||
return "\n"
|
return ""
|
||||||
|
|
||||||
_title = Color.apply(f"┃ {title:^{LINE_WIDTH}} ┃\n", color)
|
_title = Color.apply(f"┃ {title:^{LINE_WIDTH}} ┃\n", color)
|
||||||
_title += Color.apply(
|
_title += Color.apply(
|
||||||
|
|||||||
Reference in New Issue
Block a user