From e2dad5f30ca4d8502558e0560d2059a51aae4c4c Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 19 Aug 2024 09:11:09 +0200 Subject: core: add settings accessor --- app/CMakeLists.txt | 5 ----- app/ch.arknet.Turns.gschema.xml | 25 ------------------------- 2 files changed, 30 deletions(-) delete mode 100644 app/ch.arknet.Turns.gschema.xml (limited to 'app') diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index 9a94702..da6d90f 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -43,8 +43,3 @@ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/turns.xml" DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/mime/packages" ) - -install(FILES - "ch.arknet.Turns.gschema.xml" - DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/glib-2.0/schemas" -) diff --git a/app/ch.arknet.Turns.gschema.xml b/app/ch.arknet.Turns.gschema.xml deleted file mode 100644 index d764608..0000000 --- a/app/ch.arknet.Turns.gschema.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - '#33d17a' - Friendly Disposition Color - The color used to shade friendly participants. - - - '#e01b24' - Hostile Disposition Color - The color used to shade hostile participants. - - - '#9141ac' - Secret Disposition Color - The color used to shade secret participants. - - - false - Skip Defeated Participants - Whether or not defeated participants shall be skipped while stepping through the turn order. - - - \ No newline at end of file -- cgit v1.2.3