[fix] show no device message when all devices are removed
This commit is contained in:
@@ -192,6 +192,14 @@ teleport_get_download_directory (void)
|
||||
return g_settings_get_string (priv->settings, "download-dir");
|
||||
}
|
||||
|
||||
void
|
||||
teleport_show_no_device_message (TeleportWindow *self)
|
||||
{
|
||||
TeleportWindowPrivate *priv;
|
||||
priv = teleport_window_get_instance_private (self);
|
||||
gtk_widget_show (priv->remote_no_devices);
|
||||
}
|
||||
|
||||
void
|
||||
teleport_window_open (TeleportWindow *win,
|
||||
GFile *file)
|
||||
|
||||
Reference in New Issue
Block a user