mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 21:55:52 +02:00
Remove new line
This commit is contained in:
@@ -26,7 +26,6 @@ export class SettingsModal implements OnInit, OnDestroy {
|
|||||||
readonly graphicsIcon = faImage;
|
readonly graphicsIcon = faImage;
|
||||||
readonly exportIcon = faDownload;
|
readonly exportIcon = faDownload;
|
||||||
readonly importIcon = faUpload;
|
readonly importIcon = faUpload;
|
||||||
|
|
||||||
@Output() close = new EventEmitter();
|
@Output() close = new EventEmitter();
|
||||||
account: AccountSettings = {};
|
account: AccountSettings = {};
|
||||||
browser: BrowserSettings = {};
|
browser: BrowserSettings = {};
|
||||||
|
|||||||
Reference in New Issue
Block a user