diff options
| author | Linnea Gräf <nea@nea.moe> | 2023-11-18 10:01:22 +0100 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2023-11-18 10:01:22 +0100 |
| commit | 9b5de0e3e459bf521acf98a2608ee27c764b4414 (patch) | |
| tree | af3c4dfcac882b69bfb2d2b3028ca02d1863bd45 /src/main/resources/assets/notenoughupdates | |
| parent | bc501f4eae427ce4ad07b6d78ac9f1f7764ccdb6 (diff) | |
| download | NotEnoughUpdates-fixdoubletyping.tar.gz NotEnoughUpdates-fixdoubletyping.tar.bz2 NotEnoughUpdates-fixdoubletyping.zip | |
Fix doubletyping in custom todos on bad operating systemsfixdoubletyping
Diffstat (limited to 'src/main/resources/assets/notenoughupdates')
| -rw-r--r-- | src/main/resources/assets/notenoughupdates/gui/customtodos/edit.xml | 6 | ||||
| -rw-r--r-- | src/main/resources/assets/notenoughupdates/gui/customtodos/overview.xml | 1 |
2 files changed, 5 insertions, 2 deletions
diff --git a/src/main/resources/assets/notenoughupdates/gui/customtodos/edit.xml b/src/main/resources/assets/notenoughupdates/gui/customtodos/edit.xml index 9ccf71c2..83457a60 100644 --- a/src/main/resources/assets/notenoughupdates/gui/customtodos/edit.xml +++ b/src/main/resources/assets/notenoughupdates/gui/customtodos/edit.xml @@ -18,10 +18,12 @@ ~ along with NotEnoughUpdates. If not, see <https://www.gnu.org/licenses/>. --> -<Root xmlns="http://notenoughupdates.org/moulconfig"> +<Root xmlns="http://notenoughupdates.org/moulconfig" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://notenoughupdates.org/moulconfig https://raw.githubusercontent.com/NotEnoughUpdates/MoulConfig/master/MoulConfig.xsd"> <Gui> <Column> - + <Meta afterClose="@afterClose"/> <Row> <Button onClick="@close"> <Text text="←"/> diff --git a/src/main/resources/assets/notenoughupdates/gui/customtodos/overview.xml b/src/main/resources/assets/notenoughupdates/gui/customtodos/overview.xml index b1cb1521..1aa09f2a 100644 --- a/src/main/resources/assets/notenoughupdates/gui/customtodos/overview.xml +++ b/src/main/resources/assets/notenoughupdates/gui/customtodos/overview.xml @@ -21,6 +21,7 @@ <Root xmlns="http://notenoughupdates.org/moulconfig"> <Gui> <Column> + <Meta afterClose="@afterClose"/> <Center> <Scale scale="2"> <Text text="Custom TODOs"/> |
