File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -366,10 +366,10 @@ impl<'a> Menu<'a> {
366
366
pub enum PageStyle {
367
367
#[ default]
368
368
PictureNormal , // Picture (should be 16x16) with two lines of text (page layout depends on device).
369
- PictureBold , // Icon on top with one line of text on the bottom.
370
- BoldNormal , // One line of bold text and one line of normal text.
371
- Normal , // 2 lines of centered text.
372
- BoldCenteredNormal , // 2 lines of centered text, where the first one is bold
369
+ PictureBold , // Icon on top with one line of text on the bottom.
370
+ BoldNormal , // One line of bold text and one line of normal text.
371
+ Normal , // 2 lines of centered text.
372
+ BoldCenteredNormal , // 2 lines of centered text, where the first one is bold
373
373
}
374
374
375
375
#[ derive( Copy , Clone , Default ) ]
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ fn clone_sdk(device: &Device) -> PathBuf {
213
213
Device :: NanoS => (
214
214
Path :: new ( "https://github.com/LedgerHQ/ledger-secure-sdk" ) ,
215
215
"API_LEVEL_LNS" ,
216
- "93fa69b170dd819c6b93d5cf49dd21acee51ffd0"
216
+ "93fa69b170dd819c6b93d5cf49dd21acee51ffd0" ,
217
217
) ,
218
218
Device :: NanoX => (
219
219
Path :: new ( "https://github.com/LedgerHQ/ledger-secure-sdk" ) ,
@@ -226,12 +226,12 @@ fn clone_sdk(device: &Device) -> PathBuf {
226
226
"a3475f1cbfe59023c666086d6f69282d7c9b6117" ,
227
227
) ,
228
228
Device :: Stax => (
229
- Path :: new ( "https://github.com/LedgerHQ/ledger-secure-sdk" ) ,
229
+ Path :: new ( "https://github.com/LedgerHQ/ledger-secure-sdk" ) ,
230
230
"API_LEVEL_21" ,
231
231
"c7d4f4c77718c50ded4eb24d7f78b650475133af" ,
232
232
) ,
233
233
Device :: Flex => (
234
- Path :: new ( "https://github.com/LedgerHQ/ledger-secure-sdk" ) ,
234
+ Path :: new ( "https://github.com/LedgerHQ/ledger-secure-sdk" ) ,
235
235
"API_LEVEL_21" ,
236
236
"c7d4f4c77718c50ded4eb24d7f78b650475133af" ,
237
237
) ,
You can’t perform that action at this time.
0 commit comments