Skip to content

Commit

Permalink
Merge pull request #68 from EdwinBetanc0urt/feature/add-is-quick-entry
Browse files Browse the repository at this point in the history
feat: Add `is_quick_entry` field property.
  • Loading branch information
yamelsenih authored Nov 22, 2024
2 parents 8ce6bcc + 9b01577 commit 7868ab0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ pub struct WindowField {
pub is_allow_copy: Option<bool>,
pub is_heading: Option<bool>,
pub is_field_only: Option<bool>,
pub is_quick_entry: Option<bool>,
// Column Properties
pub column_name: Option<String>,
pub column_sql: Option<String>,
Expand Down

0 comments on commit 7868ab0

Please sign in to comment.