mirror of
https://gitlab.com/niansa/colohalopp.git
synced 2025-03-06 20:48:29 +01:00
Added default Halo initializer
This commit is contained in:
parent
166dfc9485
commit
75284e2dd6
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ public:
|
|||
settings.interval = settings.spinner.interval;
|
||||
}
|
||||
}
|
||||
Halo() : Halo(Settings()) {}
|
||||
~Halo() {
|
||||
if (is_running()) {
|
||||
stop();
|
||||
|
|
Loading…
Add table
Reference in a new issue