We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a1a311 commit cc462ebCopy full SHA for cc462eb
1 file changed
cosmic-settings/src/pages/display/mod.rs
@@ -398,6 +398,7 @@ impl page::Page<crate::pages::Message> for Page {
398
enabled: true,
399
make: None,
400
model: "Test 1".into(),
401
+ serial_number: "Serial 1".into(),
402
mirroring: None,
403
physical: (1, 1),
404
position: (0, 0),
@@ -415,6 +416,7 @@ impl page::Page<crate::pages::Message> for Page {
415
416
417
418
419
+ serial_number: "Serial 2".into(),
420
421
422
position: (1920, 0),
0 commit comments