mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-22 02:17:18 +00:00
Compare commits
8 Commits
f90a7c75da
...
873b89b001
Author | SHA1 | Date | |
---|---|---|---|
|
873b89b001 | ||
|
499ae0fbb4 | ||
|
e8ab8ace28 | ||
|
e5106d6b2f | ||
|
ca38bf5d53 | ||
|
acb9b8e8a2 | ||
|
ddf2fb88ce | ||
|
39bfd4d160 |
@ -368,7 +368,7 @@ const std::map<QString, Definition, std::greater<QString>> DefinitionMap {
|
||||
.defaultValue = false, }},
|
||||
{ "remember_compress_images", {
|
||||
.type = SettingType::BoolSetting,
|
||||
.defaultValue = false, }},
|
||||
.defaultValue = true, }},
|
||||
{ "view_profile_on_top", {
|
||||
.type = SettingType::BoolSetting,
|
||||
.defaultValue = false, }},
|
||||
|
BIN
docs/assets/linux_screenshots/customized.png
Normal file
BIN
docs/assets/linux_screenshots/customized.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 224 KiB |
BIN
docs/assets/linux_screenshots/kotatogram_settings.png
Normal file
BIN
docs/assets/linux_screenshots/kotatogram_settings.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 228 KiB |
BIN
docs/assets/linux_screenshots/main_window.png
Normal file
BIN
docs/assets/linux_screenshots/main_window.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 308 KiB |
@ -1,5 +1,5 @@
|
||||
[Desktop Entry]
|
||||
Name=Kotatogram Desktop
|
||||
Name=Kotatogram
|
||||
Comment=Experimental Telegram Desktop fork
|
||||
TryExec=kotatogram-desktop
|
||||
Exec=kotatogram-desktop -- %u
|
||||
|
@ -3,10 +3,10 @@
|
||||
<id>io.github.kotatogram</id>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>GPL-3.0</project_license>
|
||||
<name>Kotatogram Desktop</name>
|
||||
<summary>Kotatogram Desktop messenger</summary>
|
||||
<name>Kotatogram</name>
|
||||
<summary>Experimental Telegram messenger</summary>
|
||||
<description>
|
||||
<p>Kotatogram Desktop is unofficial messaging based on Telegram Desktop.</p>
|
||||
<p>Unofficial messaging app based on Telegram Desktop.</p>
|
||||
<p>Telegram is a popular messaging protocol with encryption and security as its key focus.</p>
|
||||
</description>
|
||||
<categories>
|
||||
@ -18,10 +18,23 @@
|
||||
<url type="bugtracker">https://github.com/kotatogram/kotatogram-desktop/issues</url>
|
||||
<url type="translate">https://crowdin.com/project/kotatogram-desktop</url>
|
||||
<url type="contribute">https://github.com/kotatogram/kotatogram-desktop/blob/dev/.github/CONTRIBUTING.md</url>
|
||||
<branding>
|
||||
<color type="primary" scheme_preference="light">#e1ccff</color>
|
||||
<color type="primary" scheme_preference="dark">#35244d</color>
|
||||
</branding>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>https://raw.githubusercontent.com/kotatogram/kotatogram-desktop/dev/docs/assets/ktg_preview.png</image>
|
||||
</screenshot>
|
||||
<screenshot type="default">
|
||||
<caption>Main window with default settings.</caption>
|
||||
<image>https://raw.githubusercontent.com/kotatogram/kotatogram-desktop/dev/docs/assets/linux_screenshots/main_window.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<caption>Menu with Kotatogram-specific settings.</caption>
|
||||
<image>https://raw.githubusercontent.com/kotatogram/kotatogram-desktop/dev/docs/assets/linux_screenshots/kotatogram_settings.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<caption>Main window with compact folders and adaptive chat bubbles enabled. Also features profile pictures rounding (currently set in JSON file).</caption>
|
||||
<image>https://raw.githubusercontent.com/kotatogram/kotatogram-desktop/dev/docs/assets/linux_screenshots/customized.png</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<keywords>
|
||||
<keyword>tg</keyword>
|
||||
|
Loading…
x
Reference in New Issue
Block a user