kicad/eeschema/eeschema_config.h

14 lines
286 B
C

/**
* @file eeschema_config.h
*/
#ifndef EESCHEMA_CONFIG_H
#define EESCHEMA_CONFIG_H
#include <config_params.h>
// a key to read write in user config the visibility of the rescue library dialog
#define RESCUE_NEVER_SHOW_KEY wxT("RescueNeverShow")
#endif // EESCHEMA_CONFIG_H