Fix GNOME's check of "supported" flag

pull/97/head
Takashi Kokubun 2 years ago
parent d0b13ce6c7
commit e660f219b1
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

@ -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…
Cancel
Save