Skip to content

Commit

Permalink
refactor: 登录页打字机效果关闭无限循环
Browse files Browse the repository at this point in the history
closes: #22
  • Loading branch information
xfqwdsj committed Jan 27, 2024
1 parent 5ccf94a commit 1d2ed5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build-number.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# You should have received a copy of the GNU General Public License along
# with Fhraise. If not, see <https://www.gnu.org/licenses/>.
#
buildNumber=38
buildNumber=39
1 change: 1 addition & 0 deletions composeApp/src/commonMain/kotlin/ui/pages/root/SignIn.kt
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ fun SignIn(component: SignInComponent) {
listOf(Color.Red.copy(alpha = 0.7f), Color.Blue.copy(alpha = 0.7f))
)
),
infinite = false,
)
}
},
Expand Down

0 comments on commit 1d2ed5e

Please sign in to comment.