Cleanup of theme selection

For hidpi support, Gtk min version has been increased to 3.24.3. Theme logics based on Gtk version is so now useless
This commit is contained in:
Pandagrapher
2023-08-16 19:07:39 +02:00
parent bb258e4024
commit 58b7d41694
41 changed files with 35 additions and 2958 deletions

View File

@@ -37,7 +37,7 @@
#define STARTUPDIR_CUSTOM 2
#define STARTUPDIR_LAST 3
#define THEMEREGEXSTR "^(.+)-GTK3-(\\d{1,2})?_(\\d{1,2})?\\.css$"
#define THEMEREGEXSTR "^(.+)\\.css$"
// Default bundled profile name to use for Raw images
#ifdef WIN32