Skip to content

Commit

Permalink
some appearance fixes and date update
Browse files Browse the repository at this point in the history
  • Loading branch information
xmdnx committed Nov 3, 2023
1 parent e830cbe commit 991a86d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Telegram/SourceFiles/settings/settings_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ void SetupSections(
Rabbit::Id(),
{ &st::menuIconRabbit });

AddDivider(container);
AddSkip(container);
AddDivider(container);

if (controller->session().supportMode()) {
SetupSupport(controller, container);
Expand Down
4 changes: 2 additions & 2 deletions Telegram/build/setup.iss
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#define MyAppShortName "rabbitGram"
#define MyAppName "rabbitGram Desktop"
#define MyAppPublisher "xmdnx"
#define MyAppVersion "4.11.1"
#define MyAppVersion "4.11.3"
#define MyAppURL "https://t.me/rabbitGramDesktop"
#define ReleasePath "C:\Users\xmdnusr\source\repos\rabbitgramdesktop\out\Release"
#define MyAppExeName "rabbitGram.exe"
#define MyAppId "4356CE01-4137-4C55-9F8B-FB4EEBB6EC0C"
#define CurrentYear GetDateTimeString('yyyy','','')
#define MyBuildTarget "win64"
#define MyAppVersionFull "4.11.1-30102023"
#define MyAppVersionFull "4.11.3-03112023"

[Setup]
; NOTE: The value of AppId uniquely identifies this application.
Expand Down

0 comments on commit 991a86d

Please sign in to comment.