From 3c28998998262640c312a0a5c59c09b96422b76a Mon Sep 17 00:00:00 2001 From: MagicLike Date: Sun, 12 Mar 2023 20:43:48 +0100 Subject: [PATCH] Added feedback icon and updated tooltip --- openandroidinstaller/openandroidinstaller.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openandroidinstaller/openandroidinstaller.py b/openandroidinstaller/openandroidinstaller.py index 258a7db5..92868949 100644 --- a/openandroidinstaller/openandroidinstaller.py +++ b/openandroidinstaller/openandroidinstaller.py @@ -249,14 +249,14 @@ def main(page: Page, test: bool = False, test_config: str = "sargo"): ), Container( content=ElevatedButton( - icon=icons.BUG_REPORT_OUTLINED, + icon=icons.FEEDBACK_OUTLINED, text="Give feedback", on_click=lambda _: webbrowser.open( "https://openandroidinstaller.org/feedback.html" ), ), padding=15, - tooltip="Give feedback about your experience with Open Android Installer", + tooltip="Give feedback about your experience with OpenAndroidInstaller", ), Container( content=ElevatedButton(