dynamically find window binaries instead of hardcode
also, terminal compile fix whoops
This commit is contained in:
@@ -11,7 +11,7 @@ pub struct HighlightButton<T> {
|
||||
name_: String,
|
||||
top_left: Point,
|
||||
size: Dimensions,
|
||||
text: String,
|
||||
pub text: String,
|
||||
pub highlighted: bool,
|
||||
click_return: T,
|
||||
toggle_highlight_return: T, //also unhighlight return
|
||||
|
||||
Reference in New Issue
Block a user