mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
Move FitMode to configuration.h
This commit is contained in:
@ -97,14 +97,6 @@ enum ComicsViewStatus {
|
||||
Info
|
||||
};
|
||||
|
||||
enum FitMode {
|
||||
ToWidth = 0x01,
|
||||
ToHeight = 0x02,
|
||||
FullRes = 0x03,
|
||||
FullPage = 0x04 //,
|
||||
// Text=0x05
|
||||
};
|
||||
|
||||
enum LibraryUITheme {
|
||||
Light,
|
||||
Dark
|
||||
|
Reference in New Issue
Block a user