mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
Renumber display-size proto fields to fill 16-18 gap
This commit is contained in:
parent
6cef3fbce7
commit
f53c838a85
1 changed files with 3 additions and 3 deletions
|
|
@ -201,9 +201,9 @@ message InterfacePreferences {
|
|||
bool show_logos = 13;
|
||||
SearchPreferences search_preferences = 14;
|
||||
repeated DisplayToggle display_toggles = 15;
|
||||
DisplaySizeLevel text_size_level = 19;
|
||||
DisplaySizeLevel card_size_level = 20;
|
||||
DisplaySizeLevel spacing_level = 21;
|
||||
DisplaySizeLevel text_size_level = 16;
|
||||
DisplaySizeLevel card_size_level = 17;
|
||||
DisplaySizeLevel spacing_level = 18;
|
||||
}
|
||||
|
||||
message AdvancedPreferences {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue