Skip to content

Commit

Permalink
Added feedback icon and updated tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicLike committed Mar 12, 2023
1 parent 1a99a42 commit 3c28998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openandroidinstaller/openandroidinstaller.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 3c28998

Please sign in to comment.