Skip to content

Commit 3c28998

Browse files
committed
Added feedback icon and updated tooltip
1 parent 1a99a42 commit 3c28998

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

openandroidinstaller/openandroidinstaller.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,14 +249,14 @@ def main(page: Page, test: bool = False, test_config: str = "sargo"):
249249
),
250250
Container(
251251
content=ElevatedButton(
252-
icon=icons.BUG_REPORT_OUTLINED,
252+
icon=icons.FEEDBACK_OUTLINED,
253253
text="Give feedback",
254254
on_click=lambda _: webbrowser.open(
255255
"https://openandroidinstaller.org/feedback.html"
256256
),
257257
),
258258
padding=15,
259-
tooltip="Give feedback about your experience with Open Android Installer",
259+
tooltip="Give feedback about your experience with OpenAndroidInstaller",
260260
),
261261
Container(
262262
content=ElevatedButton(

0 commit comments

Comments
 (0)