diff options
author | RaindropsSys <contact@minteck.org> | 2023-09-03 14:39:50 +0200 |
---|---|---|
committer | RaindropsSys <contact@minteck.org> | 2023-09-03 14:39:50 +0200 |
commit | 153d21ace9801ac665e2d7f99c967147d1214f29 (patch) | |
tree | f363dccf520fbc2c1670d2308b73294fa9ab5676 /.idea | |
parent | 6a20ab31ef4d9f6bb0e008b9f1b8d3fbeb6bd956 (diff) | |
download | blocks-153d21ace9801ac665e2d7f99c967147d1214f29.tar.gz blocks-153d21ace9801ac665e2d7f99c967147d1214f29.tar.bz2 blocks-153d21ace9801ac665e2d7f99c967147d1214f29.zip |
Updated 16 files and added 5 files (automated)
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/blocks.iml | 2 | ||||
-rw-r--r-- | .idea/discord.xml | 2 | ||||
-rw-r--r-- | .idea/misc.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.idea/blocks.iml b/.idea/blocks.iml index 66e1bc6..331b438 100644 --- a/.idea/blocks.iml +++ b/.idea/blocks.iml @@ -7,7 +7,7 @@ <excludeFolder url="file://$MODULE_DIR$/venv" /> <excludeFolder url="file://$MODULE_DIR$/win32" /> </content> - <orderEntry type="jdk" jdkName="Python 3.10 (blocks)" jdkType="Python SDK" /> + <orderEntry type="jdk" jdkName="Python 3.10 ARM64 (blocks)" jdkType="Python SDK" /> <orderEntry type="sourceFolder" forTests="false" /> </component> </module>
\ No newline at end of file diff --git a/.idea/discord.xml b/.idea/discord.xml index 30bab2a..cf77f1e 100644 --- a/.idea/discord.xml +++ b/.idea/discord.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="DiscordProjectSettings"> - <option name="show" value="ASK" /> + <option name="show" value="DISABLE" /> <option name="description" value="" /> </component> </project>
\ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 9dee8a7..623cdbf 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> <project version="4"> - <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10 (blocks)" project-jdk-type="Python SDK" /> + <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10 ARM64 (blocks)" project-jdk-type="Python SDK" /> </project>
\ No newline at end of file |