mirror of
https://github.com/k0kubun/xremap
synced 2024-11-02 03:40:25 +00:00
Fix GNOME's check of "supported" flag
This commit is contained in:
parent
d0b13ce6c7
commit
e660f219b1
@ -21,7 +21,7 @@ impl GnomeClient {
|
||||
impl Client for GnomeClient {
|
||||
fn supported(&mut self) -> bool {
|
||||
self.connect();
|
||||
self.connection.is_some()
|
||||
self.current_application().is_some()
|
||||
}
|
||||
|
||||
fn current_application(&mut self) -> Option<String> {
|
||||
|
Loading…
Reference in New Issue
Block a user