fix conflict profile label (K1/KS)

This commit is contained in:
Celogeek 2023-04-02 23:29:40 +02:00
parent 49e3d6c1d9
commit d470338d2b
Signed by: celogeek
SSH Key Fingerprint: SHA256:njNJLzoLQdbV9PC6ehcruRb0QnEgxABoCYZ+0+aUIYc

View File

@ -20,7 +20,7 @@ type Profiles []Profile
func New() Profiles {
return []Profile{
{"KS", "Kindle 1", 600, 670, epub.PALETTE_4},
{"K1", "Kindle 1", 600, 670, epub.PALETTE_4},
{"K11", "Kindle 11", 1072, 1448, epub.PALETTE_16},
{"K2", "Kindle 2", 600, 670, epub.PALETTE_15},
{"K34", "Kindle Keyboard/Touch", 600, 800, epub.PALETTE_16},