Add launch crash detection with detailed error dialog, fix all warnings
This commit is contained in:
@@ -185,6 +185,7 @@ pub struct ConfigBackupRecord {
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
#[allow(dead_code)]
|
||||
pub struct CatalogSourceRecord {
|
||||
pub id: i64,
|
||||
pub name: String,
|
||||
@@ -196,6 +197,7 @@ pub struct CatalogSourceRecord {
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
#[allow(dead_code)]
|
||||
pub struct CatalogAppRecord {
|
||||
pub id: i64,
|
||||
pub source_id: i64,
|
||||
|
||||
Reference in New Issue
Block a user