mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
refactor: rename all "popup" strings to "alert"
This commit is contained in:
parent
e7acce2dfc
commit
aaee27732d
8 changed files with 16 additions and 16 deletions
|
|
@ -39,7 +39,7 @@ export class UserPreferences {
|
|||
startMinimized: boolean;
|
||||
|
||||
@Column("boolean", { default: false })
|
||||
disableNsfwPopup: boolean;
|
||||
disableNsfwAlert: boolean;
|
||||
|
||||
@CreateDateColumn()
|
||||
createdAt: Date;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue