mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
ENH:dark mode of imgui part
Change-Id: I42975f9004be1a348db83f1a5790490dbc444c9d
This commit is contained in:
parent
1400e9d63a
commit
df260dd724
81 changed files with 877 additions and 297 deletions
|
@ -268,9 +268,6 @@ GLToolbar::~GLToolbar()
|
|||
|
||||
bool GLToolbar::init(const BackgroundTexture::Metadata& background_texture)
|
||||
{
|
||||
if (m_background_texture.texture.get_id() != 0)
|
||||
return true;
|
||||
|
||||
std::string path = resources_dir() + "/images/";
|
||||
bool res = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue