mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
Changing HideDownvotes to Score.
This commit is contained in:
parent
a628af6256
commit
9d88b62d4e
@ -174,8 +174,8 @@ pub enum VoteDisplayMode {
|
||||
ScoreAndUpvotePercentage,
|
||||
/// Shows the upvote percentage only.
|
||||
UpvotePercentage,
|
||||
/// Shows the score, but hides downvotes.
|
||||
HideDownvotes,
|
||||
/// Shows the score, but hides everything else.
|
||||
Score,
|
||||
/// Hides all scores and votes.
|
||||
HideAll,
|
||||
}
|
||||
|
@ -2,7 +2,7 @@ CREATE TYPE vote_display_mode_enum AS enum (
|
||||
'Full',
|
||||
'ScoreAndUpvotePercentage',
|
||||
'UpvotePercentage',
|
||||
'HideDownvotes',
|
||||
'Score',
|
||||
'HideAll'
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user