We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93320d3 commit 3bd831aCopy full SHA for 3bd831a
1 file changed
src/pages/Settings.cpp
@@ -162,7 +162,6 @@ void DevTools::drawSettings() {
162
static_cast<int>(frameSize.height / ratio)
163
);
164
if (ImGui::Checkbox("Button Enabled", &m_settings.buttonEnabled)) {
165
- log::info("Test");
166
if (m_settings.buttonEnabled) setupDragButton();
167
else removeDragButton();
168
}
@@ -274,3 +273,4 @@ void DevTools::drawSettings() {
274
273
275
276
};*/
+
0 commit comments