mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
fix: Small improvement to library screen
This commit is contained in:
parent
b2657f6408
commit
16bf5e8a32
3 changed files with 204 additions and 136 deletions
|
|
@ -12,6 +12,13 @@ sealed class NameSwitch {
|
|||
String label(BuildContext context);
|
||||
}
|
||||
|
||||
class Resume extends NameSwitch {
|
||||
const Resume();
|
||||
|
||||
@override
|
||||
String label(BuildContext context) => context.localized.dashboardContinue;
|
||||
}
|
||||
|
||||
class NextUp extends NameSwitch {
|
||||
const NextUp();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue