From 6e3435ddba0bc9a2ca71109cb75aa4edbaedfce2 Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Fri, 23 Apr 2021 16:09:25 -0500 Subject: Add setting for default scaling method --- include/aoapplication.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/aoapplication.h') diff --git a/include/aoapplication.h b/include/aoapplication.h index 493f1c92..16bbb9f2 100644 --- a/include/aoapplication.h +++ b/include/aoapplication.h @@ -490,6 +490,9 @@ public: // Get if the theme is animated bool get_animated_theme(); + // Get the default scaling method + QString get_default_scaling(); + // Currently defined subtheme QString subtheme; -- cgit