Update design link 🥰🖇

This commit is contained in:
Anas Elgarhy 2022-08-20 13:06:49 +02:00
parent afe35dca94
commit f178da091f
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
- [YosefJoo][yosefjoo] for design the icon 🤍
- [MohamedRagab2002][mohamedragab] for premium cava account 😍
[icon]: https://www.canva.com/learn/wp-content/uploads/sites/5/2016/01/icon-canva.png
[icon]: https://www.canva.com/design/DAFJ2lUzx0U/YYVmCjU1G3EJY3a5Ut_1DA/edit?utm_content=DAFJ2lUzx0U&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton
[yosefjoo]: https://github.com/YosefJoo
[mohamedragab]: https://github.com/MohamedRagab2002

View File

@ -62,6 +62,7 @@ public class NotificationTimerTask extends TimerTask {
@Override
public void actionPerformed(@NotNull final AnActionEvent e) {
LOGGER.info("Details action performed");
new AyahDetailsDialog(project, randomAyah).show();
}
});