mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-04 08:39:27 +00:00
Remove plugins.gradle and factor into common extension
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
val LOGOUT_BUTTON_ID = 2458
|
||||
|
||||
on_button(LOGOUT_BUTTON_ID)
|
||||
.where { widgetId == LOGOUT_BUTTON_ID }
|
||||
.then { it.logout() }
|
||||
Reference in New Issue
Block a user