feat(overlay): inherit zoom and add zoom factor (#6016)

This commit is contained in:
nerix
2025-03-02 15:28:47 +01:00
committed by GitHub
parent 49a6d75180
commit 13dfe716b8
9 changed files with 172 additions and 45 deletions
+1
View File
@@ -61,6 +61,7 @@ private:
std::vector<BaseWidget *> widgets_;
friend class BaseWindow;
friend class OverlayWindow; // for setScale()
};
} // namespace chatterino