mirror of
https://github.com/koloideal/SortLab.git
synced 2026-06-10 10:25:30 +03:00
final
This commit is contained in:
+6
-1
@@ -27,7 +27,12 @@ App::App()
|
||||
generateBeepSound();
|
||||
beepSound_.setBuffer(beepBuffer_);
|
||||
beepSound_.setVolume(100.0f);
|
||||
|
||||
|
||||
sf::Image icon;
|
||||
if (icon.loadFromFile("assets/icon.png")) {
|
||||
window_.setIcon(icon.getSize().x, icon.getSize().y, icon.getPixelsPtr());
|
||||
}
|
||||
|
||||
if (bottomPanelFont_.loadFromFile("assets/fonts/JetBrainsMono-Regular.ttf")) {
|
||||
bottomPanelFontLoaded_ = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user